add linkwarden
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
6112c40702
commit
d4f0396eca
16 changed files with 304 additions and 0 deletions
12
linkwarden/certificate.yaml
Normal file
12
linkwarden/certificate.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: linkwarden-cert
|
||||
namespace: istio-system
|
||||
spec:
|
||||
secretName: linkwarden-cert
|
||||
issuerRef:
|
||||
name: letsencrypt-dns
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- bookmarks.gwg313.xyz
|
||||
Loading…
Add table
Add a link
Reference in a new issue