Skip to content

Commit

Permalink
chore(service): https port should not be exposed on k8s environment (#…
Browse files Browse the repository at this point in the history
…167)

Signed-off-by: Thuan Vo <[email protected]>
  • Loading branch information
tthvo authored Jul 9, 2024
1 parent 8115c82 commit 3570abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/cryostat/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ spec:
targetPort: 4180
protocol: TCP
name: cryostat-http
{{- if (.Values.authentication.openshift).enabled }}
- port: 443
targetPort: 8443
protocol: TCP
name: cryostat-https
{{- end }}
selector:
{{- include "cryostat.selectorLabels" $ | nindent 4 }}

0 comments on commit 3570abd

Please sign in to comment.