mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 14:56:35 +00:00
35 lines
629 B
YAML
35 lines
629 B
YAML
|
ingress:
|
||
|
main:
|
||
|
enabled: true
|
||
|
annotations:
|
||
|
cert-manager.io/cluster-issuer: "vault-issuer"
|
||
|
kubernetes.io/ingress.class: "nginx"
|
||
|
hosts:
|
||
|
- host: pyload.dc
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: Prefix
|
||
|
tls:
|
||
|
- secretName: pyload.dc-tls
|
||
|
hosts:
|
||
|
- pyload.dc
|
||
|
|
||
|
env:
|
||
|
PUID: 1420
|
||
|
GUID: 2420
|
||
|
|
||
|
persistance:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
storageClass: local-path
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: 1Gi
|
||
|
|
||
|
# use hostpath instead
|
||
|
downloads:
|
||
|
enabled: true
|
||
|
type: hostPath
|
||
|
hostPath: /data/downloads
|
||
|
mountPath: /downloads
|