DB for drupal site

This commit is contained in:
Martyn 2023-12-07 16:21:22 +00:00
parent cc6f610b0a
commit 28c1cef554
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mysql4bikerwitch
namespace: argocd
spec:
destination:
namespace: bikerwitch
server: https://kubernetes.default.svc
project: apps
source:
chart: mariadb
helm:
parameters:
- name: auth.database
value: drupal
- name: auth.forcePassword
value: "true"
- name: auth.username
value: drupal
- name: auth.existingSecret
value: db-creds
- name: primary.service.type
value: ClusterIP
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 14.1.4
syncPolicy:
automated:
prune: true
selfHeal: true