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 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:

View File

@@ -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: