fix: WikiJS | finish setup
This commit is contained in:
@@ -163,7 +163,7 @@ apiVersion: onepassword.com/v1
|
|||||||
kind: OnePasswordItem
|
kind: OnePasswordItem
|
||||||
metadata:
|
metadata:
|
||||||
name: docs-postgres
|
name: docs-postgres
|
||||||
namespace: wiki-system
|
namespace: docs-system
|
||||||
annotations:
|
annotations:
|
||||||
operator.1password.io/auto-restart: "true"
|
operator.1password.io/auto-restart: "true"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -1,9 +1,15 @@
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
ingressClassName: nginx-internal
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: cloudflare-issuer
|
||||||
|
cert-manager.io/acme-challenge-type: dns01
|
||||||
|
cert-manager.io/private-key-size: "4096"
|
||||||
hosts:
|
hosts:
|
||||||
- host: docs.rihla.digital
|
- host: docs.rihla.digital
|
||||||
paths:
|
paths:
|
||||||
- /
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- secretName: docs-rihla-digital
|
- secretName: docs-rihla-digital
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user