Update file deployments.yaml

This commit is contained in:
2023-08-19 12:59:31 +00:00
parent 09cb25ee44
commit 153d104d1a

View File

@@ -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