added extra port

This commit is contained in:
kaverkiev 2026-01-08 20:20:52 +03:00
parent 4495def8fe
commit 17aa3fe501
2 changed files with 8 additions and 0 deletions

View File

@ -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 }}

View File

@ -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: