Skip to content

Commit

Permalink
fix: ing
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Aug 27, 2024
1 parent 808ebc2 commit c7753ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s-apps/ghost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ghost:
smtpExistingSecret: ""
## @param allowEmptyPassword Allow the container to be started with blank passwords
##
allowEmptyPassword: true
allowEmptyPassword: false
## @param ghostSkipInstall Skip performing the initial bootstrapping for Ghost
##
ghostSkipInstall: false
Expand Down Expand Up @@ -371,6 +371,7 @@ ghost:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
external-dns.alpha.kubernetes.io/target: home.terence.cloud
nginx.ingress.kubernetes.io/proxy-body-size: 10m
## @param ingress.tls Enable TLS configuration for the host defined at `ingress.hostname` parameter
## TLS certificates will be retrieved from a TLS secret with name: `{{- printf "%s-tls" .Values.ingress.hostname }}`
## You can:
Expand Down

0 comments on commit c7753ed

Please sign in to comment.