20 lines
497 B
YAML
20 lines
497 B
YAML
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
|