mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
Remove old crds and operator
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mariadb-operator-crds
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: mariadb-system
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
chart: mariadb-operator-crds
|
||||
repoURL: https://mariadb-operator.github.io/mariadb-operator
|
||||
targetRevision: 25.10.4
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
@@ -1,26 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mariadb-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: mariadb-system
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
chart: mariadb-operator
|
||||
repoURL: https://mariadb-operator.github.io/mariadb-operator
|
||||
targetRevision: 25.10.4
|
||||
helm:
|
||||
values: |
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
@@ -22,6 +22,7 @@ spec:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
mariadb:
|
||||
enabled: false
|
||||
image:
|
||||
repository: bitnamilegacy/mariadb
|
||||
service:
|
||||
@@ -91,6 +92,14 @@ spec:
|
||||
existingSecret: wordpress-credentials
|
||||
wordpressUsername: rubenhensen
|
||||
smtpExistingSecret: wordpress-credentials
|
||||
|
||||
externalDatabase:
|
||||
host: mbgwp-mariadb
|
||||
port: 3306
|
||||
user: bn_wordpress
|
||||
database: bitnami_wordpress
|
||||
existingSecret: mbgwp-mariadb-credentials
|
||||
existingSecretPasswordKey: password
|
||||
customHTAccessCM: prod-wordpress-cm
|
||||
resourcesPreset: "small"
|
||||
livenessProbe:
|
||||
@@ -111,11 +120,3 @@ spec:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
selfHeal: true
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
kind: StatefulSet
|
||||
name: mbgwp-helm-mariadb
|
||||
namespace: mbgwp
|
||||
jsonPointers:
|
||||
- /spec/template/spec/containers/0/livenessProbe
|
||||
- /spec/template/spec/containers/0/readinessProbe
|
||||
|
||||
Reference in New Issue
Block a user