mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update 2 files
- /krakend/templates/secrets.yaml - /krakend/templates/deployments.yaml
This commit is contained in:
parent
d4b8d41ebb
commit
1ddbf3f6fc
2 changed files with 2 additions and 3 deletions
|
|
@ -36,5 +36,4 @@ spec:
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: krakend-secret
|
- name: krakend-secret
|
||||||
mountPath: /etc/krakend/config
|
mountPath: /etc/krakend
|
||||||
subPath: krakend.json
|
|
||||||
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
target:
|
target:
|
||||||
name: krakend-secret
|
name: krakend-secret
|
||||||
data:
|
data:
|
||||||
- secretKey: config
|
- secretKey: krakend.json
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/krakend/config
|
key: secrets/krakend/config
|
||||||
property: config
|
property: config
|
||||||
Loading…
Add table
Add a link
Reference in a new issue