mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
try again
This commit is contained in:
@@ -162,7 +162,7 @@ spec:
|
||||
service:
|
||||
type: ClusterIP
|
||||
# Dashboard service port
|
||||
externalPort: 443
|
||||
externalPort: 80
|
||||
|
||||
## 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
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
# Default configuration, to be overridden
|
||||
configFile: |-
|
||||
email_domains = [ "*" ]
|
||||
upstreams = [ "https://kubernetes-dashboard" ]
|
||||
upstreams = [ "http://kubernetes-dashboard" ]
|
||||
# Custom configuration file: oauth2_proxy.cfg
|
||||
# configFile: |-
|
||||
# pass_basic_auth = false
|
||||
|
||||
Reference in New Issue
Block a user