catalog/incubator/rustpad/2.0.13/ix_values.yaml

28 lines
563 B
YAML

env:
EXPIRY_DAYS: "1"
RUST_LOG: info
SQLITE_URI: sqlite:///persist/rustpad_db.db
image:
pullPolicy: IfNotPresent
repository: ekzhang/rustpad
tag: latest@sha256:8e70cdb0d34a76ee1590546087a88709f5b89ae14ffbebc9514880782ba37959
persistence:
storagedatabase:
enabled: true
mountPath: /persist
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 3030
protocol: TCP
targetPort: 3030
portal:
enabled: true