Files
truecharts/charts/stable/simply-shorten/values.yaml
T
69d0c0f530 fix(simply-shorten): move to stable. (#3774)
* fix(simply-shorten): move to stable.

* Rename README..md to README.md

* tweaks

* lint

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-14 10:43:30 +03:00

36 lines
580 B
YAML

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