fix(grist): enable secondary ports (#1989)

* fix(grist): enabled secondary ports

* bump
This commit is contained in:
Stavros Kois 2022-02-28 23:36:59 +02:00 committed by GitHub
parent f0b2ae4afd
commit a8abfb60b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -30,8 +30,10 @@ service:
port: 10163
targetPort: 10163
api:
enabled: true
ports:
api:
enabled: true
port: 10164
targetPort: 10164