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:4e19871a499b98942021f2ad4a4a1b2187fa62fdeaedc78cefcc8191b354c699
|
|
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
|