SIENTIAPDE-1017

Add container ports to deployment and update service configuration
This commit is contained in:
vitor-aignosi
2025-04-28 08:06:44 -03:00
parent 8674a710af
commit c65c016b91
3 changed files with 16 additions and 9 deletions

View File

@@ -40,6 +40,10 @@ spec:
{{- end }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
env:
{{- toYaml .Values.env | nindent 12 }}
{{- with .Values.livenessProbe }}