Skip to content

Commit

Permalink
fix - platine-access-ui port container to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
EricThuaud authored Oct 30, 2024
1 parent 9b263f1 commit ec6f2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/platine-access/templates/ui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
Expand All @@ -63,4 +63,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit ec6f2c7

Please sign in to comment.