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.

25 lines
641 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"
name: mediawiki-public
namespace: wiki
spec:
rules:
- host: wiki.sapian.com.co
http:
paths:
- backend:
service:
name: mediawiki
port:
number: 80
pathType: ImplementationSpecific
tls:
- hosts:
- wiki.sapian.com.co
secretName: wiki-sapian-com-co-le-tls-le