Files
charts/.vib/parse/runtime-parameters.yaml
Javier J. Salmerón-García 7db4e4dcda [bitnami/parse] fix: 🔒 Move service-account token auto-mount to pod declaration (#22447)
* [bitnami/parse] fix: 🔒 Move service-account token auto-mount to pod declaration

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* test:  Update goss test to reflect new value

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2024-01-19 10:21:50 +01:00

45 lines
849 B
YAML

server:
host: parse.local
appId: testApp
masterKey: M4ster#K3y
automountServiceAccountToken: true
service:
type: LoadBalancer
ports:
http: 80
containerPorts:
http: 1338
podSecurityContext:
enabled: true
fsGroup: 1002
containerSecurityContext:
enabled: true
runAsUser: 1002
dashboard:
enabled: true
automountServiceAccountToken: true
containerPorts:
http: 4040
podSecurityContext:
enabled: true
fsGroup: 1002
containerSecurityContext:
enabled: true
runAsUser: 1002
username: parseUser
password: ComplicatedPassword123!4
appName: ChickenGame
service:
type: LoadBalancer
ports:
http: 80
serviceAccount:
create: true
mongodb:
enabled: true
auth:
enabled: true
username: bn_test_parse
password: M0ngoP4ss
database: bitnami_parse