actually deploy it to the right cluster

This commit is contained in:
2025-11-12 13:44:41 -06:00
parent 4a66af6c89
commit ffe9a28fda
3 changed files with 1 additions and 1 deletions

View File

@@ -1,21 +0,0 @@
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,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cluster-issuer.yaml
- gateway.yaml
- storageclass.yaml