mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
* [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>
45 lines
849 B
YAML
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
|