From fe9f41e97894cf9591b41793120bf5f0bac3465a Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 22 May 2024 20:44:02 -0500 Subject: [PATCH] add msql operator --- clusters/cl01tl/storage/pxc-operator/Chart.yaml | 12 ++++++++++++ clusters/cl01tl/storage/pxc-operator/values.yaml | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 clusters/cl01tl/storage/pxc-operator/Chart.yaml create 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 new file mode 100644 index 000000000..215c4070f --- /dev/null +++ b/clusters/cl01tl/storage/pxc-operator/Chart.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 000000000..13846551f --- /dev/null +++ b/clusters/cl01tl/storage/pxc-operator/values.yaml @@ -0,0 +1,13 @@ +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