2 Commits

Author SHA1 Message Date
e51b742888 enable gateway 2025-03-02 02:28:02 -06:00
c959812241 change secrets 2025-03-02 02:26:14 -06:00
3 changed files with 8 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ cert-manager:
enabled: true
keep: true
replicaCount: 2
# extraArgs:
# - --enable-gateway-api
extraArgs:
- --enable-gateway-api
prometheus:
enabled: true
servicemonitor:

View File

@@ -25,7 +25,8 @@ spec:
matchLabels:
https-gateway-access: "true"
tls:
mode: Terminate
certificateRefs:
- group: ''
kind: Secret
name: https-gateway-cert
namespace: kube-system

View File

@@ -32,6 +32,10 @@ cilium:
enabled: false
gatewayAPI:
enabled: true
secretsNamespace:
create: false
name: kube-system
sync: false
socketLB:
hostNamespaceOnly: true
hubble: