2022-07-20 16:30:17 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: brotandgames/ciao
|
2024-04-25 18:16:01 +00:00
|
|
|
tag: latest@sha256:38936e61eead7fe3eb662e45a7f7b4493270ef69d2360eac944aeacb97ddd359
|
2022-07-20 16:30:17 +00:00
|
|
|
persistence:
|
|
|
|
databaselocation:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /app/db/sqlite
|
2023-12-07 14:26:46 +00:00
|
|
|
portal:
|
2023-12-12 15:54:42 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
2022-07-20 16:30:17 +00:00
|
|
|
securityContext:
|
2023-12-07 14:26:46 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
2022-07-20 16:30:17 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8090
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: tcp
|
2022-07-20 16:30:17 +00:00
|
|
|
targetPort: 3000
|
2023-12-07 14:26:46 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
SECRET_KEY_BASE: sensitive_secret_key_base
|
|
|
|
SMTP_ADDRESS: smtp.yourhost.com
|
|
|
|
SMTP_AUTHENTICATION: plain
|
|
|
|
SMTP_DOMAIN: smtp.yourhost.com
|
|
|
|
SMTP_EMAIL_FROM: ciao@yourhost.com
|
|
|
|
SMTP_EMAIL_TO: you@yourhost.com
|
|
|
|
SMTP_ENABLE_STARTTLS_AUTO: "true"
|
|
|
|
SMTP_PASSWORD: sensitive_password
|
|
|
|
SMTP_PORT: "587"
|
|
|
|
SMTP_USERNAME: ciao
|