fix(kustomization): adding correct labels to deployments
Cadoles/bouncer/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Philippe Caseiro 2024-02-05 14:33:57 +01:00
parent 9ab785e285
commit 0c9a387d42
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ metadata:
name: bouncer-admin
labels:
app: bouncer-admin
io.kompose.service: bouncer-admin
spec:
replicas: 3
selector:
@ -13,6 +14,7 @@ spec:
metadata:
labels:
app: bouncer-admin
io.kompose.service: bouncer-admin
spec:
containers:
- name: bouncer-admin

View File

@ -4,6 +4,7 @@ metadata:
name: bouncer-server
labels:
app: bouncer-server
io.kompose.service: bouncer-server
spec:
replicas: 3
selector:
@ -13,6 +14,7 @@ spec:
metadata:
labels:
app: bouncer-server
io.kompose.service: bouncer-server
spec:
containers:
- name: bouncer-server