mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 05:16:37 +00:00
26 lines
442 B
YAML
26 lines
442 B
YAML
|
ingress:
|
||
|
main:
|
||
|
enabled: true
|
||
|
annotations:
|
||
|
cert-manager.io/cluster-issuer: vault-issuer
|
||
|
hosts:
|
||
|
- host: jackett.dc
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: Prefix
|
||
|
tls:
|
||
|
- secretName: jackett-tls
|
||
|
hosts:
|
||
|
- jackett.dc
|
||
|
|
||
|
securityContext:
|
||
|
privileged: false
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
#mountPath: /downloads
|
||
|
storageClass: local-path
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: 1Gi
|