chore: initial import for test contour
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user