image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/simply-shorten tag: v1.1@sha256:40e1ae029e52ef3429ec022e2eeac27639fb102fdaea6802f28cd0d628dc74df service: main: ports: main: port: 4567 protocol: http targetPort: 4567 persistence: config: enabled: true mountPath: "/config/db" portal: open: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsGroup: 0 runAsUser: 0 workload: main: podSpec: containers: main: env: db_url: "/config/db/urls.sqlite" password: user username: pass