Files
truecharts/charts/stable/picoshare/values.yaml
T
3354e963ac chore(deps): update docker general non-major (#2460)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-04-09 10:28:47 +02:00

26 lines
508 B
YAML

image:
repository: tccr.io/truecharts/picoshare
tag: v1.0.7@sha256:0aeb39f865e563e379912fc6078f6b194152a7b2af66b3a755797fb32dced549
pullPolicy: IfNotPresent
secret:
PS_SHARED_SECRET: "somesecretcode"
LITESTREAM_BUCKET: ""
LITESTREAM_ENDPOINT: ""
LITESTREAM_ACCESS_KEY_ID: ""
LITESTREAM_SECRET_ACCESS_KEY: ""
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
main:
port: 10209
persistence:
data:
enabled: true
mountPath: "/data"