We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ba9d4 commit f8bf0b3Copy full SHA for f8bf0b3
charts/wongnai-xds/templates/01-deployment.yaml
@@ -29,7 +29,7 @@ spec:
29
securityContext:
30
{{- toYaml .Values.securityContext | nindent 12 }}
31
image: {{ .Values.deployment.image }}:{{ .Chart.AppVersion }}
32
- imagePullPolicy: Always
+ imagePullPolicy: IfNotPresent
33
ports:
34
- name: grpc
35
containerPort: 5000
charts/wongnai-xds/templates/02-service.yaml
@@ -6,6 +6,7 @@ metadata:
6
{{- include "wongnai-xds.labels" . | nindent 4 }}
7
spec:
8
type: ClusterIP
9
+ clusterIP: None
10
11
- port: {{ .Values.service.grpcPort }}
12
targetPort: grpc
0 commit comments