Files
truecharts/charts/stable/twtxt/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00

37 lines
625 B
YAML

image:
repository: tccr.io/truecharts/twtxt
pullPolicy: IfNotPresent
tag: version-0.1.1@sha256:9f34f0557d2a46aa7952c55f5a368c130659fafa0780785a647721edd001cdaa
secret:
COOKIE_SECRET: supersecretchangeme
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
OPEN_PROFILES: "true"
OPEN_REGISTRATIONS: "true"
service:
main:
ports:
main:
port: 10078
targetPort: 8000
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"
varrun:
enabled: true