chore: initial import for test contour

This commit is contained in:
sova-bootstrap
2026-05-27 19:36:33 +03:00
commit 11596ee01b
36 changed files with 2816 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: v2
name: sova-data-test
description: PostgreSQL, MySQL Bitrix, Redis for test
type: application
version: 0.1.0
dependencies:
- name: postgresql
version: 15.5.38
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mysql
version: 11.4.4
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
- name: redis
version: 20.6.3
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled