image: pullPolicy: IfNotPresent repository: jsavargas/telethon_downloader tag: latest@sha256:31cfa030f40d52ef8c19e2bbfc4841d00bf6532a44d5f7460659c88e008da5da persistence: config: enabled: true mountPath: /config pathdownload: enabled: true mountPath: /download pathwatch: enabled: true mountPath: /watch portal: open: enabled: false securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: main: enabled: false ports: main: enabled: false workload: main: podSpec: containers: main: env: TG_API_HASH: " " TG_API_ID: " " TG_AUTHORIZED_USER_ID: " " TG_BOT_TOKEN: "" TG_PROGRESS_DOWNLOAD: "" probes: liveness: enabled: false readiness: enabled: false startup: enabled: false