Files
truecharts/charts/incubator/damselfly/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

32 lines
594 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/damselfly
tag: latest@sha256:43d9cdce895b72fc86ebc260e73559009a208a5b0dcbc90b932144c779dd2e1c
persistence:
config:
enabled: true
mountPath: /config
pictures:
enabled: true
mountPath: /pictures
thumbs:
enabled: true
mountPath: /thumbs
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 6363
protocol: TCP
targetPort: 6363
portal:
enabled: true