k43D/joplin/jopliningres.yaml

25 lines
478 B
YAML
Raw Normal View History

2024-01-27 08:44:35 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jopliningress
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: haproxy
rules:
- host: "joplin.geesink.org"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: joplinsvc
port:
number: 22300
tls:
-
secretName: joplin-cert-prod
hosts:
- joplin.geesink.org