fix(all): use app.kubernetes.io/name label instead of io.kompose.service

This commit is contained in:
2024-02-21 15:43:42 +01:00
parent 72a9932fc5
commit 380a116fa8
13 changed files with 41 additions and 41 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: hydra-ldap
app.kubernetes.io/name: hydra-ldap
name: hydra-ldap
spec:
type: ClusterIP