Files
infrastructure/clusters/cl01tl/standalone/cilium/templates/gateway.yaml
2024-08-22 13:05:44 -05:00

24 lines
635 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: cilium-http-gateway
namespace: cilium
labels:
app.kubernetes.io/name: cilium-http-gateway
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: network
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
spec:
gatewayClassName: cilium
listeners:
- name: http
protocol: HTTP
port: 80
hostname: "*.alexlebens.net"
allowedRoutes:
namespaces:
from: All