env: SECRET_KEY_BASE: sensitive_secret_key_base SMTP_ADDRESS: smtp.yourhost.com SMTP_AUTHENTICATION: plain SMTP_DOMAIN: smtp.yourhost.com SMTP_EMAIL_FROM: ciao@yourhost.com SMTP_EMAIL_TO: you@yourhost.com SMTP_ENABLE_STARTTLS_AUTO: "true" SMTP_PASSWORD: sensitive_password SMTP_PORT: "587" SMTP_USERNAME: ciao image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/ciao tag: latest@sha256:7dd3c6f1000f5c892db0dbfb37e457a21fe93a1141ad454aeb2565b75f0fba39 persistence: databaselocation: enabled: true mountPath: /app/db/sqlite podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false service: main: ports: main: port: 8090 protocol: TCP targetPort: 3000 portal: enabled: true