Remove old crds and operator

This commit is contained in:
Ruben Hensen
2026-02-22 15:44:31 +01:00
parent 63f973c87d
commit a8570f9aa4
3 changed files with 9 additions and 55 deletions
@@ -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
-26
View File
@@ -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
+9 -8
View File
@@ -22,6 +22,7 @@ spec:
security: security:
allowInsecureImages: true allowInsecureImages: true
mariadb: mariadb:
enabled: false
image: image:
repository: bitnamilegacy/mariadb repository: bitnamilegacy/mariadb
service: service:
@@ -91,6 +92,14 @@ spec:
existingSecret: wordpress-credentials existingSecret: wordpress-credentials
wordpressUsername: rubenhensen wordpressUsername: rubenhensen
smtpExistingSecret: wordpress-credentials 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 customHTAccessCM: prod-wordpress-cm
resourcesPreset: "small" resourcesPreset: "small"
livenessProbe: livenessProbe:
@@ -111,11 +120,3 @@ spec:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
selfHeal: true 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