Skip to content

Commit

Permalink
Ghost stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bmccool committed Feb 22, 2022
1 parent 5626ad3 commit b312d58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cluster/apps/default/ghost/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
pullPolicy: IfNotPresent
# See https://ghost.org/docs/config/#running-ghost-with-config-env-variables
env:
url: "http://some-ghost.example.com"
url: "http://ghost.brendonmccool.com"
database__client: mysql
database__connection__host: ghost-mariadb
database__connection__user: ghost
Expand Down Expand Up @@ -62,11 +62,11 @@ spec:
# @default -- See values.yaml
persistence:
content:
enabled: false
enabled: true
mountPath: /var/lib/ghost/content

mariadb:
enabled: false
enabled: true
architecture: standalone
auth:
database: ghost
Expand All @@ -75,4 +75,4 @@ spec:
rootPassword: ghost-rootpass
primary:
persistance:
enabled: false
enabled: true

0 comments on commit b312d58

Please sign in to comment.