29 lines
575 B
YAML
29 lines
575 B
YAML
env:
|
|
EXPIRY_DAYS: "1"
|
|
RUST_LOG: info
|
|
SQLITE_URI: sqlite:///persist/rustpad_db.db
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/rustpad
|
|
tag: latest@sha256:8ec37f06fd7ec3a4e2fabf2869136a25b946339ce6a5e85e5f5853715cb90df1
|
|
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
|