hive-apps/projects/arrstack/values/ombi.yaml
2021-11-17 14:38:59 +01:00

23 lines
395 B
YAML

ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: vault-issuer
hosts:
- host: ombi.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: ombi-tls
hosts:
- ombi.dc
persistence:
config:
enabled: true
#mountPath: /downloads
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi