infra/homelab/couchdb.yaml

38 lines
773 B
YAML

couchdbConfig:
couchdb:
uuid: 25274915ac5d403292fef27909e679cc
chttpd:
enable_cors: true
cors:
origins: "https://artbybecki.com, https://admin.artbybecki.com"
clusterSize: 1
persistentVolume:
enabled: true
size: 5Gi
storageClass: local-path
image:
tag: 3.3.1
ingress:
enabled: true
hosts:
- couch.artbybecki.com
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 10m
tls:
- secretName: couch-tls
hosts:
- couch.artbybecki.com
autoSetup:
enabled: true
image:
repository: curlimages/curl
prometheusPort:
enabled: true
bind_address: "0.0.0.0"
port: 17986