Files
truecharts/charts/incubator/pixelserv-tls/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

33 lines
660 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pixelserv-tls
tag: latest@sha256:64d7cf54725a9f10c05e893029ae8cded6a46fdac0148063e2969df5efc3877b
persistence:
certficatesdir:
enabled: true
mountPath: /var/cache/pixelserv
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
http:
enabled: true
ports:
http:
enabled: true
port: 80
protocol: TCP
targetPort: 80
main:
enabled: true
ports:
main:
enabled: true
port: 443
protocol: HTTP
targetPort: 443