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.

29 lines
772 B

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production-issuer
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
labels:
io.kompose.service: santafe2-izpbx
name: santafe2-izpbx
namespace: c-camaramedellin
spec:
rules:
- host: santafe2-camaramedellin.six.dialbox.cloud
http:
paths:
- backend:
service:
name: santafe2-izpbx
port:
number: 80
path: /
pathType: Prefix
tls:
- hosts:
- santafe2-camaramedellin.six.dialbox.cloud
secretName: santafe2-camaramedellin-six-dialbox-cloud-le-tls