|
|
@ -88,6 +88,7 @@ securityContext: {}
|
|
|
|
# runAsUser: 1000
|
|
|
|
# runAsUser: 1000
|
|
|
|
|
|
|
|
|
|
|
|
service:
|
|
|
|
service:
|
|
|
|
|
|
|
|
annotations: {}
|
|
|
|
type: ClusterIP
|
|
|
|
type: ClusterIP
|
|
|
|
port: 80
|
|
|
|
port: 80
|
|
|
|
|
|
|
|
|
|
|
@ -252,6 +253,8 @@ metadata:
|
|
|
|
name: {{ include "<CHARTNAME>.fullname" . }}
|
|
|
|
name: {{ include "<CHARTNAME>.fullname" . }}
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
{{ include "<CHARTNAME>.labels" . | indent 4 }}
|
|
|
|
{{ include "<CHARTNAME>.labels" . | indent 4 }}
|
|
|
|
|
|
|
|
annotations:
|
|
|
|
|
|
|
|
{{- toYaml .Values.service.annotations | nindent 4 }}
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
type: {{ .Values.service.type }}
|
|
|
|
type: {{ .Values.service.type }}
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|