26 lines
498 B
YAML
26 lines
498 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/filestash
|
|
tag: latest@sha256:a541026ec3eaaa67cc568b4fffd006460965eb6a408a512d841d1c06213ea9eb
|
|
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
|