Default spire-server port 443 (#308)
Changes the default service port for the spire-server to 443 to allow easier switching between internal access and external access through an ingress controller. Signed-off-by: Kevin Fox <[email protected]> Signed-off-by: Faisal Memon <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
@@ -75,7 +75,7 @@ priorityClassName: ""
|
||||
##
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8081
|
||||
port: 443
|
||||
annotations: {}
|
||||
|
||||
configMap:
|
||||
@@ -403,7 +403,7 @@ upstreamAuthority:
|
||||
## @param upstreamAuthority.spire.server.address Address for upstream Spire server
|
||||
address: ""
|
||||
## @param upstreamAuthority.spire.server.port Port for upstream Spire server
|
||||
port: 8081
|
||||
port: 443
|
||||
vault:
|
||||
## @param upstreamAuthority.vault.enabled Enable Hashicorp Vault as upstream CA
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user