mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-06 04:37:15 +08:00
31 lines
415 B
YAML
31 lines
415 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: ixsystems/truecommand
|
|
pullPolicy: IfNotPresent
|
|
tag: nightly
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
emptyDir:
|
|
enabled: true
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
storageClass: ""
|