Files
truecharts/charts/stable/custom-app/ci/test-values.yaml
T
TrueCharts BotandGitHub 63fa6a260d chore(deps): update docker general non-major (#2706)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-18 19:09:29 +02:00

42 lines
744 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.1076@sha256:a522f0f1122899d479cd2e8c3dd9e657c91327a9e4e29649e24304d06caf6760
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"