Refactor Docker and Kubernetes configurations to update Redis volume mapping and constraints for Docmost service

This commit is contained in:
2024-08-05 08:29:06 +08:00
parent db36090358
commit ef3cdf6f62
25 changed files with 601 additions and 7 deletions
+12 -7
View File
@@ -8,13 +8,18 @@ providers:
kubernetesGateway:
enabled: true
# Allow the Gateway to expose HTTPRoute from all namespaces
# Allow the Gateway to expose HTTPRoute from all namespaces
gateway:
enabled: true
namespacePolicy: All
annotations:
cert-manager.io/issuer: selfsigned-issuer
listeners:
web:
namespacePolicy: All
websecure:
hostname: whoami.docker.localhost
certificateRefs:
- name: whoami-tls
namespacePolicy: All
# annotations:
# cert-manager.io/issuer: selfsigned-issuer
# listeners:
# websecure:
# hostname: whoami.localhost
# certificateRefs:
# - name: whoami-tls