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,13 +2,13 @@ apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: hydra-sql
app.kubernetes.io/name: hydra-sql
name: hydra-sql
spec:
ports:
- name: hydra-sql
port: 8080
selector:
io.kompose.service: hydra-sql
app.kubernetes.io/name: hydra-sql
status:
loadBalancer: {}