Compare commits
2 Commits
ef42557aec
...
2f4bd0477b
| Author | SHA1 | Date | |
|---|---|---|---|
|
2f4bd0477b
|
|||
| 691fa1844f |
24
clusters/cl01tl/storage/mariadb-operator/Chart.yaml
Normal file
24
clusters/cl01tl/storage/mariadb-operator/Chart.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: mariadb-operator
|
||||||
|
version: 1.0.0
|
||||||
|
description: MariaDB Operator
|
||||||
|
keywords:
|
||||||
|
- mariadb-operator
|
||||||
|
- database
|
||||||
|
- storage
|
||||||
|
- kubernetes
|
||||||
|
home: https://wiki.alexlebens.dev/
|
||||||
|
sources:
|
||||||
|
- https://github.com/mariadb-operator/mariadb-operator
|
||||||
|
- https://github.com/mariadb-operator/mariadb-operator/tree/main/deploy/charts/mariadb-operator
|
||||||
|
maintainers:
|
||||||
|
- name: alexlebens
|
||||||
|
dependencies:
|
||||||
|
- name: mariadb-operator
|
||||||
|
version: 25.10.2
|
||||||
|
repository: https://helm.mariadb.com/mariadb-operator
|
||||||
|
- name: mariadb-operator
|
||||||
|
version: 25.10.2
|
||||||
|
repository: https://helm.mariadb.com/mariadb-operator
|
||||||
|
icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg
|
||||||
|
appVersion: 25.10.2
|
||||||
11
clusters/cl01tl/storage/mariadb-operator/values.yaml
Normal file
11
clusters/cl01tl/storage/mariadb-operator/values.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
mariadb-operator:
|
||||||
|
ha:
|
||||||
|
enabled: true
|
||||||
|
replicas: 3
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
pdb:
|
||||||
|
enabled: true
|
||||||
|
maxUnavailable: 1
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/postgres:17.7-alpine3.21
|
image: docker.io/postgres:18.1-alpine3.21
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user