Skip to content

Commit

Permalink
update ghost config
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Nov 28, 2022
1 parent 031b920 commit c16de3f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions ghost/ghost.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ extraEnvVarsSecret: ''
extraVolumeMounts: []
extraVolumes: []
fullnameOverride: ''
ghostBlogTitle: 'Podkrepi.bg'
ghostBlogTitle: Podkrepi.bg
ghostEmail: [email protected]
ghostEnableHttps: false
ghostEnableHttps: true
ghostHost: 'blog.podkrepi.bg'
ghostPassword: ''
ghostPath: /
Expand All @@ -46,11 +46,12 @@ global:
hostAliases: []
image:
debug: false
pullPolicy: IfNotPresent
digest: ''
pullPolicy: Always
pullSecrets: []
registry: docker.io
repository: bitnami/ghost
tag: 5.5.0-debian-11-r1
tag: 5.24.0-debian-11-r0
ingress:
annotations: {}
apiVersion: ''
Expand Down Expand Up @@ -171,12 +172,12 @@ serviceAccount:
name: ''
sidecars: []
smtpExistingSecret: ''
smtpHost: smtp.eu.mailgun.org
smtpHost: 'smtp.eu.mailgun.org'
smtpPassword: '<<password>>'
smtpPort: '587'
smtpService: mailgun
smtpUser: [email protected]
smtpProtocol: ''
smtpService: 'mailgun'
smtpUser: '[email protected]'
startupProbe:
enabled: false
failureThreshold: 6
Expand All @@ -191,11 +192,12 @@ updateStrategy:
volumePermissions:
enabled: false
image:
pullPolicy: IfNotPresent
digest: ''
pullPolicy: Always
pullSecrets: []
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r19
tag: 11-debian-11-r55
resources:
limits: {}
requests: {}
Expand Down

0 comments on commit c16de3f

Please sign in to comment.