mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 06:46:36 +00:00
22 lines
395 B
YAML
22 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
|