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