try again

This commit is contained in:
Michael Thomson
2023-11-24 12:57:55 -05:00
parent 831f5ebf84
commit 66d97ac015
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ spec:
service: service:
type: ClusterIP type: ClusterIP
# Dashboard service port # Dashboard service port
externalPort: 443 externalPort: 80
## LoadBalancerSourcesRange is a list of allowed CIDR values, which are combined with ServicePort to ## LoadBalancerSourcesRange is a list of allowed CIDR values, which are combined with ServicePort to
## set allowed inbound rules on the security group assigned to the master load balancer ## set allowed inbound rules on the security group assigned to the master load balancer

View File

@@ -57,7 +57,7 @@ spec:
# Default configuration, to be overridden # Default configuration, to be overridden
configFile: |- configFile: |-
email_domains = [ "*" ] email_domains = [ "*" ]
upstreams = [ "https://kubernetes-dashboard" ] upstreams = [ "http://kubernetes-dashboard" ]
# Custom configuration file: oauth2_proxy.cfg # Custom configuration file: oauth2_proxy.cfg
# configFile: |- # configFile: |-
# pass_basic_auth = false # pass_basic_auth = false