moved label to pod

This commit is contained in:
bom 2021-12-15 12:21:00 +01:00
parent 51a6341441
commit 57e497afe0

View file

@ -5,7 +5,6 @@ metadata:
spec: spec:
selector: selector:
matchLabels: matchLabels:
app: cloud-app
app.kubernetes.io/name: cloud-pod app.kubernetes.io/name: cloud-pod
app.kubernetes.io/application: cloud app.kubernetes.io/application: cloud
strategy: strategy:
@ -13,6 +12,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
app: cloud-app
app.kubernetes.io/name: cloud-pod app.kubernetes.io/name: cloud-pod
app.kubernetes.io/application: cloud app.kubernetes.io/application: cloud
redeploy: v3 redeploy: v3