diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 6f0fae9..ee73101 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -6,11 +6,11 @@ spec: replicas: 1 selector: matchLabels: - app: auth0mock + app.kubernetes.io/name: auth0mock template: metadata: labels: - app: auth0mock + app.kubernetes.io/name: auth0mock spec: containers: - name: auth0mock @@ -36,10 +36,10 @@ kind: Service metadata: name: auth0mock labels: - app: auth0mock + app.kubernetes.io/name: auth0mock spec: ports: - port: 3333 selector: - app: auth0mock + app.kubernetes.io/name: auth0mock type: ClusterIP