* chore(deps): update non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
42 lines
712 B
YAML
42 lines
712 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: ghcr.io/k8s-at-home/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.18.899@sha256:717f7178f396557f3684e0b78198758e0197fb4f456ed5ef8a82dd8bbcacfae6
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
port: 9117
|
|
portsList:
|
|
- name: "extraport"
|
|
enabled: true
|
|
port: 9118
|
|
|
|
serviceList:
|
|
- name: extraservice
|
|
enabled: true
|
|
portsList:
|
|
- name: "extrasvcport"
|
|
enabled: true
|
|
port: 9119
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|