mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 23:48:00 +00:00
use internal IPs for GKE LBs
This commit is contained in:
@@ -495,6 +495,7 @@ metadata:
|
||||
app: ${supervisor_app_name}
|
||||
annotations:
|
||||
kapp.k14s.io/disable-default-label-scoping-rules: ""
|
||||
networking.gke.io/load-balancer-type: "Internal"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
@@ -523,6 +524,7 @@ metadata:
|
||||
app: dex
|
||||
annotations:
|
||||
kapp.k14s.io/disable-default-label-scoping-rules: ""
|
||||
networking.gke.io/load-balancer-type: "Internal"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
@@ -1196,6 +1198,7 @@ metadata:
|
||||
name: ${supervisor_app_name}
|
||||
namespace: ${supervisor_namespace}
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "gce-internal"
|
||||
kubernetes.io/ingress.allow-http: "false"
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||
# TODO Re-enable backend TLS cert verification once the Supervisor's default TLS cert is generated by automation in this script.
|
||||
|
||||
Reference in New Issue
Block a user