add msql operator
This commit is contained in:
12
clusters/cl01tl/storage/pxc-operator/Chart.yaml
Normal file
12
clusters/cl01tl/storage/pxc-operator/Chart.yaml
Normal file
@@ -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
|
13
clusters/cl01tl/storage/pxc-operator/values.yaml
Normal file
13
clusters/cl01tl/storage/pxc-operator/values.yaml
Normal file
@@ -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
|
Reference in New Issue
Block a user