feat(apps): move to stable (#2415)

* feat(ferdi-server): move to stable

* move picoshare to stable

* persistence fix
This commit is contained in:
Stavros Kois
2022-04-03 15:35:04 +00:00
committed by GitHub
parent 26793cb659
commit c78b69d4b5
21 changed files with 15 additions and 39 deletions
+25
View File
@@ -0,0 +1,25 @@
image:
repository: tccr.io/truecharts/picoshare
tag: v1.0.5@sha256:abccdd7d31a61788859b926a9eacbcd18494e996269f03dc4ff32d07f0b6a576
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"