add hedgedoc
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
d4f0396eca
commit
e53e349413
14 changed files with 406 additions and 0 deletions
18
hedgedoc/gateway.yaml
Normal file
18
hedgedoc/gateway.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue