You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.0 KiB
42 lines
1.0 KiB
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production-http01-issuer
|
|
kubernetes.io/ingress.class: traefik
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
generation: 1
|
|
labels:
|
|
app: wordpress
|
|
tier: frontend
|
|
client: sura
|
|
previous-provider: ingeniolab-godaddy
|
|
name: juntosyseguros-http01-https
|
|
spec:
|
|
rules:
|
|
- host: juntosyseguros.com
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: asesores-sura-wordpress-all
|
|
port:
|
|
name: http
|
|
path: /
|
|
pathType: ImplementationSpecific
|
|
- host: www.juntosyseguros.com
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: asesores-sura-wordpress-all
|
|
port:
|
|
name: http
|
|
path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- www.juntosyseguros.com
|
|
- juntosyseguros.com
|
|
secretName: juntosyseguros-tls |