mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Update file deployments.yaml
This commit is contained in:
parent
fd1ebfc112
commit
d5b2b19361
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: krakend-secret
|
- name: krakend-secret
|
||||||
secret:
|
secret:
|
||||||
secretName: config
|
secretName: krakend-secret
|
||||||
containers:
|
containers:
|
||||||
- name: krakend
|
- name: krakend
|
||||||
image: registry.durp.info/devopsfaith/krakend:2.4.3-watch
|
image: registry.durp.info/devopsfaith/krakend:2.4.3-watch
|
||||||
|
|
@ -36,5 +36,5 @@ spec:
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: krakend-secret
|
- name: krakend-secret
|
||||||
mountPath: /etc/krakend/
|
mountPath: /etc/krakend/config
|
||||||
subPath: krakend.json
|
subPath: krakend.json
|
||||||
Loading…
Add table
Add a link
Reference in a new issue