change secrets

This commit is contained in:
2025-03-02 02:26:14 -06:00
parent d38934ad9c
commit c959812241
2 changed files with 6 additions and 1 deletions

View File

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

View File

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