add gateway

This commit is contained in:
2025-11-12 13:42:45 -06:00
parent 827e417129
commit 4a66af6c89
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
annotations:
cert-manager.io/issuer: lets-encrypt-prod
name: ontime-dev-doks
spec:
gatewayClassName: cilium
listeners:
- hostname: ontime-dev-doks.jwetzell.com
name: ontime-dev-doks-http
port: 80
protocol: HTTP
- hostname: ontime-dev-doks.jwetzell.com
name: ontime-dev-doks-https
port: 443
protocol: HTTPS
tls:
mode: Terminate
certificateRefs:
- name: ontime-dev-doks.jwetzell.com-tls

View File

@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cluster-issuer.yaml
- gateway.yaml
- storageclass.yaml