Add mariadb operator
This commit is contained in:
parent
203a1a71d3
commit
63a773576e
1 changed files with 14 additions and 0 deletions
14
deployments/mariadb-operator.yaml
Normal file
14
deployments/mariadb-operator.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
apiVersion: fleet.cattle.io/v1alpha1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: mariadb-operator
|
||||
namespace: fleet-local
|
||||
spec:
|
||||
chart: mariadb-operator/mariadb-operator
|
||||
repo: https://mariadb.github.io/mariadb-operator/charts
|
||||
version: 0.7.0 # specify the version you want
|
||||
targetNamespace: mariadb-operator
|
||||
set:
|
||||
persistence.enabled: true
|
||||
persistence.size: 10Gi
|
||||
replicas: 3
|
Loading…
Add table
Add a link
Reference in a new issue