We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff225d commit a16527cCopy full SHA for a16527c
deploy/pubsub/templates/deployment.yaml
@@ -10,13 +10,17 @@ imagePullSecrets:
10
- name: {{ tpl .Values.imagePullSecretsName . }}
11
{{ end }}
12
---
13
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
14
kind: Deployment
15
metadata:
16
name: {{ include "pubsub.fullname" . }}
17
namespace: {{ .Release.Namespace }}
18
spec:
19
replicas: {{ .Values.replicaCount }}
20
+ selector:
21
+ matchLabels:
22
+ app.kubernetes.io/name: {{ include "pubsub.name" . }}
23
+ app.kubernetes.io/instance: {{ .Release.Name }}
24
template:
25
26
labels:
0 commit comments