mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add new config blog with secure false smtp
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: immich
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/rubenhensen/k8scd.git
|
||||
targetRevision: HEAD
|
||||
path: blog
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: blog
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
selfHeal: true
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user