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
12
hedgedoc/certificate.yaml
Normal file
12
hedgedoc/certificate.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: hedgedoc-cert
|
||||
namespace: istio-system
|
||||
spec:
|
||||
secretName: hedgedoc-cert
|
||||
issuerRef:
|
||||
name: letsencrypt-dns
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- hdoc.gwg313.xyz
|
||||
Loading…
Add table
Add a link
Reference in a new issue