helm/siyuan-note/ingress.yaml

19 lines
332 B
YAML
Raw Normal View History

2023-09-06 04:41:17 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: siyuan-note
labels:
name: siyuan-note
spec:
rules:
- host: note.sense-t.eu.org
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: siyuan-note
port:
number: 6806