add williamtpeebles.com
This commit is contained in:
33
williamtpeebles-com/ingress.yaml
Normal file
33
williamtpeebles-com/ingress.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: williamtpeebles-com-ingress
|
||||
labels:
|
||||
name: williamtpeebles-com-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: dubyatp.xyz
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: williamtpeebles-com-svc
|
||||
port:
|
||||
number: 80
|
||||
- host: www.dubyatp.xyz
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: williamtpeebles-com-svc
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- dubyatp.xyz
|
||||
- www.dubyatp.xyz
|
||||
secretName: cert-williamtpeebles-com
|
||||
Reference in New Issue
Block a user