This commit is contained in:
Sense T
2023-09-06 04:41:17 +00:00
parent 54b5e8d6f9
commit 81e8c9a74e
5 changed files with 92 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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