fix(kustomization): adding correct labels to deployments
Cadoles/bouncer/pipeline/pr-develop This commit looks good
Details
Cadoles/bouncer/pipeline/pr-develop This commit looks good
Details
This commit is contained in:
parent
9ab785e285
commit
0c9a387d42
|
@ -4,6 +4,7 @@ metadata:
|
||||||
name: bouncer-admin
|
name: bouncer-admin
|
||||||
labels:
|
labels:
|
||||||
app: bouncer-admin
|
app: bouncer-admin
|
||||||
|
io.kompose.service: bouncer-admin
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
|
@ -13,6 +14,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: bouncer-admin
|
app: bouncer-admin
|
||||||
|
io.kompose.service: bouncer-admin
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bouncer-admin
|
- name: bouncer-admin
|
||||||
|
|
|
@ -4,6 +4,7 @@ metadata:
|
||||||
name: bouncer-server
|
name: bouncer-server
|
||||||
labels:
|
labels:
|
||||||
app: bouncer-server
|
app: bouncer-server
|
||||||
|
io.kompose.service: bouncer-server
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
|
@ -13,6 +14,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: bouncer-server
|
app: bouncer-server
|
||||||
|
io.kompose.service: bouncer-server
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bouncer-server
|
- name: bouncer-server
|
||||||
|
|
Loading…
Reference in New Issue