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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-04 23:06:49 +02:00

42 lines
744 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.1008@sha256:6835c9c3962715ed39aa956d796b3340f8a8d9ad1f1f474027c54d3aee18def4
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: {}
# PUID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"