2022-07-22 20:19:45 +00:00
|
|
|
image:
|
2024-01-02 11:15:02 +00:00
|
|
|
repository: ich777/megasync
|
2024-08-17 18:17:32 +00:00
|
|
|
tag: latest@sha256:e06f1bdebfb52a2ba743aefe3503b416f3613ed855a9054751a1ba27d487233b
|
2022-07-22 20:19:45 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-07-20 07:25:26 +00:00
|
|
|
|
2022-07-22 20:19:45 +00:00
|
|
|
securityContext:
|
2023-07-20 07:25:26 +00:00
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-07-22 20:19:45 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8080
|
2023-07-20 07:25:26 +00:00
|
|
|
protocol: http
|
2022-07-22 20:19:45 +00:00
|
|
|
targetPort: 8080
|
2022-08-08 21:25:02 +00:00
|
|
|
|
2023-07-20 07:25:26 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
DATA_DIR: "{{ .Values.persistence.data.mountPath }}"
|
|
|
|
CUSTOM_RES_H: "600"
|
|
|
|
CUSTOM_RES_W: "800"
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /data
|
|
|
|
hostpath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /mnt/host
|
|
|
|
readOnly: true
|
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-07-20 07:25:26 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|