Files
truecharts/charts/stable/custom-app/ci/test-values.yaml
T
a18333fbad chore(deps): update docker general non-major docker tags (#1787)
* chore(deps): update docker general non-major docker tags

* 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>
2022-01-24 20:25:16 +01:00

43 lines
755 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.440@sha256:89f270e355875e84052bb1580448c474fde6c9b3d571adc3cfd54b37ad3078aa
securityContext:
readOnlyRootFilesystem: false
service:
main:
enabled: true
ports:
main:
port: 9117
targetPort: 9117
portsList:
- name: "extraport"
enabled: true
port: 9118
targetPort: 9118
serviceList:
- name: extraservice
enabled: true
portsList:
- name: "extrasvcport"
enabled: true
port: 9119
targetPort: 9119
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"