From bf7efe944bcd612be3769f2977ce1b22c0e1bc59 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 2 Mar 2025 20:45:09 -0600 Subject: [PATCH] disable gateway --- .../standalone/cilium/templates/gateway.yaml | 43 ------------------- clusters/cl01tl/standalone/cilium/values.yaml | 10 +---- 2 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 clusters/cl01tl/standalone/cilium/templates/gateway.yaml diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml deleted file mode 100644 index 4209db87c..000000000 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: gateway.networking.k8s.io/v1 -kind: Gateway -metadata: - name: http-gateway - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: http-gateway - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: web - app.kubernetes.io/part-of: {{ .Release.Name }} - # annotations: - # cert-manager.io/cluster-issuer: letsencrypt-issuer -spec: - addresses: - - type: IPAddress - value: 10.232.1.23 - gatewayClassName: cilium - listeners: - - name: http - protocol: HTTP - port: 80 - hostname: "*.alexlebens.net" - allowedRoutes: - namespaces: - from: All - # - name: https - # protocol: HTTPS - # port: 443 - # hostname: "*.alexlebens.net" - # allowedRoutes: - # namespaces: - # from: Selector - # selector: - # matchLabels: - # https-gateway-access: "true" - # tls: - # mode: Terminate - # certificateRefs: - # - group: '' - # kind: Secret - # name: https-gateway-cert - # namespace: cilium-secrets diff --git a/clusters/cl01tl/standalone/cilium/values.yaml b/clusters/cl01tl/standalone/cilium/values.yaml index 63b30dfa5..fecf96425 100644 --- a/clusters/cl01tl/standalone/cilium/values.yaml +++ b/clusters/cl01tl/standalone/cilium/values.yaml @@ -34,13 +34,7 @@ cilium: ingressController: enabled: false gatewayAPI: - enabled: true - enableAlpn: true - enableAppProtocol: true - secretsNamespace: - create: true - name: cilium-secrets - sync: true + enabled: false externalIPs: enabled: true socketLB: @@ -59,7 +53,7 @@ cilium: ui: enabled: true ingress: - enabled: true + enabled: false className: tailscale hosts: - hubble-cl01tl