mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor Docker and Kubernetes configurations to update Redis volume mapping and constraints for Docmost service
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user