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:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cloud-app
|
||||
app.kubernetes.io/name: cloud-pod
|
||||
app.kubernetes.io/application: cloud
|
||||
strategy:
|
||||
|
@ -13,6 +12,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: cloud-app
|
||||
app.kubernetes.io/name: cloud-pod
|
||||
app.kubernetes.io/application: cloud
|
||||
redeploy: v3
|
||||
|
|
Loading…
Reference in a new issue