added extra port
This commit is contained in:
parent
4495def8fe
commit
17aa3fe501
@ -37,6 +37,9 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.targetPort }}
|
containerPort: {{ .Values.service.targetPort }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
{{- if .Values.extraPorts }}
|
||||||
|
{{- toYaml .Values.extraPorts | nindent 12 }}
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.env }}
|
{{- if .Values.env }}
|
||||||
env:
|
env:
|
||||||
{{- toYaml .Values.env | nindent 12 }}
|
{{- toYaml .Values.env | nindent 12 }}
|
||||||
|
|||||||
@ -96,6 +96,11 @@ env: []
|
|||||||
# - name: REACT_APP_API_URL
|
# - name: REACT_APP_API_URL
|
||||||
# value: "https://api.example.com"
|
# value: "https://api.example.com"
|
||||||
|
|
||||||
|
extraPorts: []
|
||||||
|
# - name: data-server
|
||||||
|
# containerPort: 8080
|
||||||
|
# protocol: TCP
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
enabled: true
|
enabled: true
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user