Update seattledoulaservices.com ingress
All checks were successful
/ diff-and-deploy (push) Successful in 2m18s
All checks were successful
/ diff-and-deploy (push) Successful in 2m18s
This commit is contained in:
parent
09a0e717d9
commit
ba508dea57
1 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue