mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
8b5342c168
commit
0742770dbe
1 changed files with 17 additions and 1 deletions
|
|
@ -52,4 +52,20 @@ external-secrets:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|
||||||
certController:
|
certController:
|
||||||
create: false
|
create: true
|
||||||
|
revisionHistoryLimit: 1
|
||||||
|
log:
|
||||||
|
level: debug
|
||||||
|
|
||||||
|
image:
|
||||||
|
repository: registry.internal.durp.info/external-secrets/external-secrets
|
||||||
|
pullPolicy: Always
|
||||||
|
tag: ""
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 32Mi
|
||||||
|
cpu: 10m
|
||||||
|
limits:
|
||||||
|
memory: 32Mi
|
||||||
|
cpu: 10m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue