diff --git a/helm/demo/templates/pod.yaml b/helm/demo/templates/pod.yaml index 21875b2..a3f727f 100644 --- a/helm/demo/templates/pod.yaml +++ b/helm/demo/templates/pod.yaml @@ -3,6 +3,8 @@ kind: Pod metadata: name: demo namespace: demo + labels: + app.kubernetes.io/name: demo spec: containers: - name: nginx diff --git a/helm/demo/templates/service.yaml b/helm/demo/templates/service.yaml index caabe90..83d0a74 100644 --- a/helm/demo/templates/service.yaml +++ b/helm/demo/templates/service.yaml @@ -10,6 +10,5 @@ spec: protocol: TCP targetPort: 80 selector: - app.kubernetes.io/instance: demo app.kubernetes.io/name: demo type: ClusterIP \ No newline at end of file