add hedgedoc

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-07-27 13:04:20 -04:00
parent d4f0396eca
commit e53e349413
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
14 changed files with 406 additions and 0 deletions

18
hedgedoc/gateway.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: hedgedoc-gateway
namespace: hedgedoc
spec:
selector:
istio: gateway
servers:
- port:
number: 443
name: https
protocol: HTTPS
tls:
mode: SIMPLE
credentialName: hedgedoc-cert
hosts:
- hdoc.gwg313.xyz