containerPort can be specified

pull/7165/head
vampire-yuta 2 years ago
parent 485e99c7fd
commit 3ea2a463dd

@ -77,7 +77,7 @@ spec:
{{- end }} {{- end }}
ports: ports:
- name: http - name: http
containerPort: 3000 containerPort: {{ .Values.containerPort }}
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }} {{- toYaml .Values.livenessProbe | nindent 12 }}

@ -13,6 +13,8 @@ imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
containerPort: 3000
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created
create: true create: true

Loading…
Cancel
Save