Add new config blog with secure false smtp

This commit is contained in:
Ruben Hensen
2025-03-26 03:08:37 +01:00
parent b69ed5d6e6
commit 1fadb4d4b9
3 changed files with 81 additions and 0 deletions
+11
View File
@@ -47,6 +47,17 @@ spec:
## NOTE: When it's set, the `smtpPassword` parameter is ignored
##
smtpExistingSecret: hensenio-smtp
# Mount the ConfigMap as a volume
extraVolumes:
- name: ghost-config
configMap:
name: ghost-config
# Mount the volume at the specific file path
extraVolumeMounts:
- name: ghost-config
mountPath: /opt/bitnami/ghost/config.production.json
subPath: config.production.json
## @param allowEmptyPassword Allow the container to be started with blank passwords
allowEmptyPassword: false
resourcesPreset: "micro"