Feat(hedgedoc): add hedgedoc
All checks were successful
Lint yaml / build-package (push) Successful in 3s
All checks were successful
Lint yaml / build-package (push) Successful in 3s
This commit is contained in:
17
hedgedoc/ingress.yaml
Normal file
17
hedgedoc/ingress.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: hedgedoc
|
||||
spec:
|
||||
rules:
|
||||
- host: "md.konchin.com"
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: hedgedoc
|
||||
port:
|
||||
number: 8000
|
||||
Reference in New Issue
Block a user