add helm charts
This commit is contained in:
29
backing-services/external-secrets/schoolbus-demo.values.yaml
Normal file
29
backing-services/external-secrets/schoolbus-demo.values.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
image:
|
||||
repository: 172.16.16.2:30516/external-secrets/external-secrets
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v0.9.20"
|
||||
|
||||
certController:
|
||||
image:
|
||||
repository: 172.16.16.2:30516/external-secrets/external-secrets
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v0.9.20"
|
||||
|
||||
webhook:
|
||||
image:
|
||||
repository: 172.16.16.2:30516/external-secrets/external-secrets
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v0.9.20"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
|
||||
global:
|
||||
nodeSelector:
|
||||
node.name: node-1
|
||||
tolerations: []
|
||||
Reference in New Issue
Block a user