2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
EXPIRY_DAYS: "1"
|
|
|
|
RUST_LOG: info
|
|
|
|
SQLITE_URI: sqlite:///persist/rustpad_db.db
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/rustpad
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:ef057755df14c9b8b15b24af2bd91477c4a4ac655a4e7613991dfc12731007e5
|
2022-07-22 20:19:45 +00:00
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|