(DIO-3157) Update ingress for k8s 1.22

This commit is contained in:
suckatrash 2022-06-03 08:54:52 -07:00
parent b3270c2bd0
commit d04767c4c3
No known key found for this signature in database
GPG key ID: 1A9EE78B881BED99
8 changed files with 56 additions and 27 deletions

View file

@ -10,8 +10,9 @@ configmapName: 'vmpooler-baseconfig'
sut_domain: 'vmpooler.example.com'
usage_stats: true
# .json private key, set in ENV var
gce:
keyfile: '/vault/secrets/gce-keyfile.json' #.json private key, set in ENV var
keyfile: '/vault/secrets/gce-keyfile.json'
tracing:
enabled: 'false'
@ -112,15 +113,16 @@ affinity: {}
# For a full list of parameters see: https://github.com/bitnami/charts/tree/master/bitnami/redis/
redis:
fullnameOverride: redis
cluster:
enabled: false
architecture: standalone
networkPolicy:
enabled: true
securityContext:
enabled: true
fsGroup: 1001
runAsUser: 1001
master:
podSecurityContext:
enabled: true
fsGroup: 1001
containerSecurityContext:
enabled: true
runAsUser: 1001
resources:
requests:
cpu: 1000m