moved label to pod
This commit is contained in:
parent
51a6341441
commit
57e497afe0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue