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

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-01 12:55:00 +02:00

42 lines
744 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: 0.20.2026@sha256:2e2b557f623215ca2a46dbd0d5338fa0e1c0132d36ef8944a4f480e35a9a1111
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"