mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
Add ghost deployment
This commit is contained in:
24
apps/prod/ghost/values.yaml
Normal file
24
apps/prod/ghost/values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user