DB for drupal site
This commit is contained in:
parent
cc6f610b0a
commit
28c1cef554
|
@ -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
|
Loading…
Reference in New Issue