From 62f1a34841cfd9f3c462a57e1391fc02b097a846 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 22 May 2024 21:31:35 -0500 Subject: [PATCH] remove pxc operator --- clusters/cl01tl/storage/pxc-operator/Chart.yaml | 12 ------------ clusters/cl01tl/storage/pxc-operator/values.yaml | 13 ------------- 2 files changed, 25 deletions(-) delete mode 100644 clusters/cl01tl/storage/pxc-operator/Chart.yaml delete mode 100644 clusters/cl01tl/storage/pxc-operator/values.yaml diff --git a/clusters/cl01tl/storage/pxc-operator/Chart.yaml b/clusters/cl01tl/storage/pxc-operator/Chart.yaml deleted file mode 100644 index 215c4070f..000000000 --- a/clusters/cl01tl/storage/pxc-operator/Chart.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v2 -name: pxc-operator -version: 1.0.0 -sources: - - https://github.com/percona/percona-server-mysql-operator - - https://github.com/percona/percona-helm-charts/tree/main/charts/pxc-operator -dependencies: - - name: pxc-operator - version: 1.14.1 - repository: https://percona.github.io/percona-helm-charts/ -icon: https://artifacthub.io/image/0b8875cd-6661-4269-9cf6-0fd92d59017b@1x -appVersion: v1.14.0 diff --git a/clusters/cl01tl/storage/pxc-operator/values.yaml b/clusters/cl01tl/storage/pxc-operator/values.yaml deleted file mode 100644 index 13846551f..000000000 --- a/clusters/cl01tl/storage/pxc-operator/values.yaml +++ /dev/null @@ -1,13 +0,0 @@ -pxc-operator: - replicaCount: 1 - operatorImageRepository: percona/percona-xtradb-cluster-operator - imagePullPolicy: IfNotPresent - image: v1.14.0 - watchAllNamespaces: true - resources: - limits: - cpu: 200m - memory: 500Mi - requests: - cpu: 100m - memory: 50Mi