26 lines
468 B
YAML
26 lines
468 B
YAML
---
|
|
# Common configurations for all applications
|
|
|
|
# Ingress configurations
|
|
ingress:
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
tls:
|
|
enabled: true
|
|
|
|
# Persistence configurations
|
|
persistence:
|
|
storageClass: "ceph-block"
|
|
|
|
# Monitoring configurations
|
|
monitoring:
|
|
enabled: true
|
|
namespace: monitoring
|
|
|
|
# Logging configurations
|
|
logging:
|
|
enabled: true
|
|
fluentd:
|
|
address: fluentd.logging:24224
|