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
a6a709870d
commit
59ca0da075
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
|||
volumes:
|
||||
- name: krakend-secret
|
||||
secret:
|
||||
secretName: krakend.json
|
||||
secretName: config
|
||||
containers:
|
||||
- name: krakend
|
||||
image: registry.durp.info/devopsfaith/krakend:2.4.3-watch
|
||||
|
|
@ -36,4 +36,4 @@ spec:
|
|||
containerPort: 8080
|
||||
volumeMounts:
|
||||
- name: krakend-secret
|
||||
mountPath: /etc/krakend/
|
||||
mountPath: /etc/krakend/krakend.json
|
||||
|
|
@ -9,7 +9,7 @@ spec:
|
|||
target:
|
||||
name: krakend-secret
|
||||
data:
|
||||
- secretKey: krakend.json
|
||||
- secretKey: config
|
||||
remoteRef:
|
||||
key: secrets/krakend/config
|
||||
property: config
|
||||
Loading…
Add table
Add a link
Reference in a new issue