26 lines
498 B
YAML
26 lines
498 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/filestash
|
|
tag: latest@sha256:210ead945004c33c2002a25f85c813c67d1c6e103e87241db3ba48574a40596b
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /app/data/state/
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8334
|
|
protocol: TCP
|
|
targetPort: 8334
|
|
|
|
portal:
|
|
enabled: true
|