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://github.com/gristlabs/grist-core
|
||||
- https://support.getgrist.com/
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
|
|
@ -30,8 +30,10 @@ service:
|
|||
port: 10163
|
||||
targetPort: 10163
|
||||
api:
|
||||
enabled: true
|
||||
ports:
|
||||
api:
|
||||
enabled: true
|
||||
port: 10164
|
||||
targetPort: 10164
|
||||
|
||||
|
|
Loading…
Reference in New Issue