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:
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user