Files
truecharts/charts/incubator/seedsync/values.yaml
T
Stavros Kois 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

29 lines
544 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/seedsync
tag: latest@sha256:e8e69dcebd7cd9b15af6484736e6d51df49d0e2757e067b1fe8b9b820c6780d1
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: /downloads
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8800
protocol: TCP
targetPort: 8800
portal:
enabled: true