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:
kfox1111
2024-04-11 12:29:28 -07:00
committed by GitHub
co-authored by Faisal Memon
parent 1ef979c4e7
commit 1bf3aa77ef
5 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -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