fix: WikiJS | finish setup

This commit is contained in:
2024-12-23 17:48:17 +05:00
parent bf716f834b
commit 96be97beb8
2 changed files with 8 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: docs-postgres
namespace: wiki-system
namespace: docs-system
annotations:
operator.1password.io/auto-restart: "true"
spec:

View File

@@ -1,9 +1,15 @@
ingress:
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:
- host: docs.rihla.digital
paths:
- /
- path: /
pathType: Prefix
tls:
- secretName: docs-rihla-digital
hosts: