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