Files
infrastructure/servers/legion/k8s/listmonk/ingress.yaml

27 lines
618 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: listmonk
namespace: listmonk
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: traefik
tls:
- hosts:
- campaigns.harmonic-framework.com
secretName: listmonk-tls
rules:
- host: campaigns.harmonic-framework.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: listmonk
port:
number: 9000