mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
Update file values.yaml
This commit is contained in:
parent
bdb0ae05ba
commit
adc7b09f82
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
durpapi:
|
durpapi:
|
||||||
replicaCount: 1
|
replicaCount: 3
|
||||||
|
|
||||||
# -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
|
# -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
|
||||||
revisionHistoryLimit: 10
|
revisionHistoryLimit: 10
|
||||||
|
|
@ -33,7 +33,7 @@ durpapi:
|
||||||
|
|
||||||
# -- If true, external-secrets will perform leader election between instances to ensure no more
|
# -- If true, external-secrets will perform leader election between instances to ensure no more
|
||||||
# than one instance of external-secrets operates at a time.
|
# than one instance of external-secrets operates at a time.
|
||||||
leaderElect: false
|
leaderElect: true
|
||||||
|
|
||||||
# -- If set external secrets will filter matching
|
# -- If set external secrets will filter matching
|
||||||
# Secret Stores with the appropriate controller values.
|
# Secret Stores with the appropriate controller values.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue