TrueChartsClone/charts/stable/rustpad/values.yaml

33 lines
653 B
YAML

image:
pullPolicy: IfNotPresent
repository: ekzhang/rustpad
tag: latest@sha256:e20f74e86b30c828186cfa47a93a1a55eded3e1568fa83d865fd799b02935a25
persistence:
storagedatabase:
enabled: true
mountPath: /persist
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 3030
protocol: tcp
targetPort: 3030
workload:
main:
podSpec:
containers:
main:
env:
EXPIRY_DAYS: "1"
RUST_LOG: info
SQLITE_URI: sqlite:///persist/rustpad_db.db