mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
Update file deployments.yaml
This commit is contained in:
parent
09cb25ee44
commit
153d104d1a
1 changed files with 5 additions and 4 deletions
|
|
@ -6,6 +6,10 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: krakend
|
app: krakend
|
||||||
spec:
|
spec:
|
||||||
|
volumes:
|
||||||
|
- name: krakend-secret
|
||||||
|
secret:
|
||||||
|
secretName: krakend.json
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: krakend
|
app: krakend
|
||||||
|
|
@ -15,10 +19,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: krakend
|
app: krakend
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
|
||||||
- name: krakend-secret
|
|
||||||
secret:
|
|
||||||
secretName: krakend.json
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue