summaryrefslogtreecommitdiffstats
path: root/site/intel-pod15/software/charts/osh-infra/mariadb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'site/intel-pod15/software/charts/osh-infra/mariadb.yaml')
-rw-r--r--site/intel-pod15/software/charts/osh-infra/mariadb.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/site/intel-pod15/software/charts/osh-infra/mariadb.yaml b/site/intel-pod15/software/charts/osh-infra/mariadb.yaml
new file mode 100644
index 0000000..335d4e9
--- /dev/null
+++ b/site/intel-pod15/software/charts/osh-infra/mariadb.yaml
@@ -0,0 +1,24 @@
+---
+schema: armada/Chart/v1
+metadata:
+ schema: metadata/Document/v1
+ replacement: true
+ name: osh-infra-mariadb
+ labels:
+ name: osh-infra-mariadb-type
+ layeringDefinition:
+ abstract: false
+ layer: site
+ parentSelector:
+ name: osh-infra-mariadb-global
+ actions:
+ - method: merge
+ path: .
+ storagePolicy: cleartext
+data:
+ values:
+ pod:
+ replicas:
+ server: 1
+ ingress: 1
+...