k8s_wfh-wiki/wfh-wiki_ingress.yml

22 lines
353 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: wfh-wiki
annotations:
kubernetes.io/ingress.class: haproxy
spec:
rules:
- host: wfh-wiki.lan
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: wfh-wiki
port:
number: 8080
# EOF