[DO-1377] add configMap
This commit is contained in:
12
values.yaml
12
values.yaml
@@ -5,10 +5,16 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: nginx
|
||||
repository: harbor.avroid.tech/devops/openresty
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
tag: "1.21.4.1-0-alpine"
|
||||
|
||||
configMap:
|
||||
enabled: false
|
||||
annotations: {}
|
||||
apiConfig: ""
|
||||
luaScript: ""
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@@ -16,7 +22,7 @@ fullnameOverride: ""
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: true
|
||||
create: false
|
||||
# Automatically mount a ServiceAccount's API credentials?
|
||||
automount: true
|
||||
# Annotations to add to the service account
|
||||
|
||||
Reference in New Issue
Block a user