mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
92c666bf9d
commit
4a6bac7674
2 changed files with 9 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
external-secrets:
|
||||
replicaCount: 3
|
||||
replicaCount: 1
|
||||
revisionHistoryLimit: 1
|
||||
leaderElect: true
|
||||
|
||||
|
|
@ -16,18 +16,18 @@ external-secrets:
|
|||
repository: registry.durp.info/external-secrets/external-secrets
|
||||
pullPolicy: Always
|
||||
|
||||
extraVolumes:
|
||||
extraVolumes:
|
||||
- name: ca-pemstore
|
||||
configMap:
|
||||
name: ca-pemstore
|
||||
|
||||
extraVolumeMounts:
|
||||
extraVolumeMounts:
|
||||
- name: ca-pemstore
|
||||
mountPath: /etc/ssl/certs/vault.pem
|
||||
subPath: vault.pem
|
||||
readOnly: true
|
||||
|
||||
resources:
|
||||
resources:
|
||||
requests:
|
||||
memory: 32Mi
|
||||
cpu: 10m
|
||||
|
|
@ -42,7 +42,7 @@ external-secrets:
|
|||
repository: registry.durp.info/external-secrets/external-secrets
|
||||
pullPolicy: Always
|
||||
|
||||
resources:
|
||||
resources:
|
||||
requests:
|
||||
memory: 32Mi
|
||||
cpu: 10m
|
||||
|
|
@ -61,7 +61,7 @@ external-secrets:
|
|||
pullPolicy: Always
|
||||
tag: ""
|
||||
|
||||
resources:
|
||||
resources:
|
||||
requests:
|
||||
memory: 32Mi
|
||||
cpu: 10m
|
||||
|
|
|
|||
|
|
@ -64,9 +64,7 @@ renovate:
|
|||
#preCommand: ''
|
||||
preCommand: |
|
||||
ls /config
|
||||
ls /config/renovate.json
|
||||
cat /config/renovate.json
|
||||
cat /config/renovate.json/renovate.json
|
||||
|
||||
postCommand: ""
|
||||
# postCommand: |
|
||||
|
|
@ -177,7 +175,7 @@ renovate:
|
|||
# "key1"="value1"
|
||||
|
||||
extraVolumes:
|
||||
- name: renovate-config
|
||||
- name: renovate-config-secret
|
||||
secretName:
|
||||
name: renovate-config-secret
|
||||
items:
|
||||
|
|
@ -185,8 +183,8 @@ renovate:
|
|||
path: renovate.json
|
||||
|
||||
extraVolumeMounts:
|
||||
- name: renovate-config
|
||||
mountPath: /config/renovate.json
|
||||
- name: renovate-config-secret
|
||||
mountPath: /config
|
||||
subPath: renovate.json
|
||||
|
||||
# -- Additional containers to the pod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue