Files
truecharts/charts/incubator/farmos/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

25 lines
516 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/farmos
tag: latest@sha256:5c731c8e2cd101b965b66169b4a0a66c385147c9be170787abef3594011507cd
persistence:
sitesdirectory:
enabled: true
mountPath: /var/www/html/sites
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 80
protocol: TCP
targetPort: 80