Files
truecharts/charts/stable/truecommand/values.yaml
T
Stavros Kois a7b3ce0e23 fix: make sure podSecurityContext is included in both SCALE and Helm installs (#956)
* remove strategy

* move runAsNonRoot to securityContext

* Add podSecurityContext and securityContext to values pt1

* Add podSecurityContext and securityContext to values pt2

* Add podSecurityContext and securityContext to values pt3

* Add podSecurityContext and securityContext to values pt4

* Add podSecurityContext and securityContext to values pt5

* fix empty lines

* Remove secCont from NC - values

* fixPermissions for some apps

* on apps with perm prob, set fsGroup to 0 also
2021-09-10 20:10:04 +02:00

26 lines
348 B
YAML

# Default values for Jackett.
image:
repository: ixsystems/truecommand
pullPolicy: IfNotPresent
tag: "2.0"
service:
main:
ports:
main:
port: 80
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
data:
enabled: true
mountPath: "/data"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"