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,19 +2,19 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
io.kompose.service: hydra-oidc
app.kubernetes.io/name: hydra-oidc
name: hydra-oidc
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: hydra-oidc
app.kubernetes.io/name: hydra-oidc
strategy:
type: Recreate
template:
metadata:
labels:
io.kompose.service: hydra-oidc
app.kubernetes.io/name: hydra-oidc
spec:
containers:
- name: hydra-oidc-php-fpm