Skip to content

Commit

Permalink
Update gateways.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin authored Jun 30, 2024
1 parent a30120f commit 5a5ff04
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions kubernetes/system/cilium/base/gateways/gateways.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ spec:
certificateRefs:
- name: gateway-tls
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: internal-gateway
namespace: kube-system
spec:
gatewayClassName: cilium
listeners:
- name: internal-gateway-http
port: 80
protocol: HTTP
allowedRoutes:
namespaces:
from: All
# apiVersion: gateway.networking.k8s.io/v1
# kind: Gateway
# metadata:
# name: internal-gateway
# namespace: kube-system
# spec:
# gatewayClassName: cilium
# listeners:
# - name: internal-gateway-http
# port: 80
# protocol: HTTP
# allowedRoutes:
# namespaces:
# from: All

0 comments on commit 5a5ff04

Please sign in to comment.