fix(grist): enable secondary ports (#1989)
* fix(grist): enabled secondary ports * bump
This commit is contained in:
parent
f0b2ae4afd
commit
a8abfb60b9
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://hub.docker.com/r/gristlabs/grist
|
- https://hub.docker.com/r/gristlabs/grist
|
||||||
- https://github.com/gristlabs/grist-core
|
- https://github.com/gristlabs/grist-core
|
||||||
- https://support.getgrist.com/
|
- https://support.getgrist.com/
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|
|
@ -30,8 +30,10 @@ service:
|
||||||
port: 10163
|
port: 10163
|
||||||
targetPort: 10163
|
targetPort: 10163
|
||||||
api:
|
api:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
api:
|
api:
|
||||||
|
enabled: true
|
||||||
port: 10164
|
port: 10164
|
||||||
targetPort: 10164
|
targetPort: 10164
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue