Skip to content

Commit

Permalink
use port number instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Apr 5, 2024
1 parent 524aefa commit b61040e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/operator/templates/console-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ spec:
service:
name: "console"
port:
name: http
number: {{ .Values.console.ingress.number }}
{{- end }}
{{- end }}
2 changes: 2 additions & 0 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ console:
# Configures `Ingress <https://kubernetes.io/docs/concepts/services-networking/ingress/>`__ for the Operator Console.
#
# Set the keys to conform to the Ingress controller and configuration of your choice.
# set ingress.number to 9443 for HTTPS and 9090 for HTTP as desired
ingress:
enabled: false
ingressClassName: ""
Expand All @@ -289,6 +290,7 @@ console:
host: console.local
path: /
pathType: Prefix
number: 9090
###
# An array of `Volumes <https://kubernetes.io/docs/concepts/storage/volumes/>`__ which the Operator Console can mount to pods.
#
Expand Down

0 comments on commit b61040e

Please sign in to comment.