From 86086969099559af3085aeea140a0485813c1fc8 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Thu, 19 Feb 2026 01:04:18 +0100 Subject: [PATCH] gitops/cilium: fix gateway.yaml indentation Co-Authored-By: Claude Opus 4.6 --- gitops/home-kubernetes/cilium/gateway.yaml | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gitops/home-kubernetes/cilium/gateway.yaml b/gitops/home-kubernetes/cilium/gateway.yaml index 28ba80b..6fb11ab 100644 --- a/gitops/home-kubernetes/cilium/gateway.yaml +++ b/gitops/home-kubernetes/cilium/gateway.yaml @@ -6,21 +6,21 @@ metadata: namespace: kube-system spec: gatewayClassName: cilium - listeners: - - name: http - port: 80 - protocol: HTTP - allowedRoutes: - namespaces: - from: All - - name: https - port: 443 - protocol: HTTPS - allowedRoutes: - namespaces: - from: All - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: gateway-tls \ No newline at end of file + listeners: + - name: http + port: 80 + protocol: HTTP + allowedRoutes: + namespaces: + from: All + - name: https + port: 443 + protocol: HTTPS + allowedRoutes: + namespaces: + from: All + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: gateway-tls \ No newline at end of file