Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

ibm-skills-network/percona-helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Percona Helm Charts

This repository contains Helm charts for various Percona products.

Installing Charts from this Repository

If you're using Helm2 please install CRD manually for Percona XtraDB Cluster Operator:

kubectl apply -f https://raw.githubusercontent.com/percona/percona-helm-charts/master/charts/pxc-operator/crds/crd.yaml

or for Percona Server for MongoDB Operator:

kubectl apply -f https://raw.githubusercontent.com/percona/percona-helm-charts/master/charts/psmdb-operator/crds/crd.yaml

Add the Repository to Helm:

helm repo add percona https://percona.github.io/percona-helm-charts

Install Percona XtraDB Cluster Operator:

helm install percona/pxc-operator

Install Percona XtraDB Cluster:

helm install percona/pxc-db

Install Percona Server for MongoDB Operator:

helm install percona/psmdb-operator

Install Percona Server for MongoDB:

helm install percona/psmdb-db

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mustache 44.9%
  • Shell 43.8%
  • Dockerfile 11.3%