chart work
This commit is contained in:
parent
4a6cbc58ac
commit
bd25ca649c
10 changed files with 169 additions and 36 deletions
10
Chart.yaml
10
Chart.yaml
|
@ -19,3 +19,13 @@ version: 0.1.0
|
|||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 1.0.0
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 8.2.1
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: 10.4.0
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
condition: redis.enabled
|
Reference in a new issue