mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
24 lines
399 B
YAML
24 lines
399 B
YAML
mysql:
|
|
enabled: false
|
|
postgresql:
|
|
enabled: false
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClass: "retain-local-path"
|
|
size: 8Gi
|
|
|
|
ghostHost: "${GHOST_URL}"
|
|
ghostUsername: admin
|
|
existingSecret: "ghost-admin-secret"
|
|
ghostEmail: "${GHOST_ADMIN_EMAIL}"
|
|
ghostBlogTitle: ""
|
|
|
|
service:
|
|
type: ClusterIP
|
|
|
|
extraEnvVars:
|
|
- name: database__client
|
|
value: sqlite3
|
|
- name: NODE_ENV
|
|
value: production |