Update seattledoulaservices.com ingress
All checks were successful
/ diff-and-deploy (push) Successful in 2m18s

This commit is contained in:
Finn 2025-02-16 14:31:13 -08:00
parent 09a0e717d9
commit ba508dea57

View file

@ -154,3 +154,35 @@ spec:
name: hannah
port:
name: web
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: seattledoulaservices.com
annotations:
cert-manager.io/cluster-issuer: letsencrypt
spec:
tls:
- hosts: [seattledoulaservices.com, www.seattledoulaservices.com]
secretName: seattledoulaservices.com
rules:
- host: seattledoulaservices.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: hannah
port:
name: web
- host: www.seattledoulaservices.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: hannah
port:
name: web