소스 검색

use postgres addon

Mohammed Nafees 3 년 전
부모
커밋
c18c765343
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      porter.yaml

+ 7 - 7
porter.yaml

@@ -7,8 +7,8 @@ builds:
 
 
 apps:
 apps:
 - name: porter-dashboard
 - name: porter-dashboard
-  # depends_on:
-  #   - postgres
+  depends_on:
+    - postgres
   helm_chart:
   helm_chart:
     name: web
     name: web
   build_ref: porter
   build_ref: porter
@@ -18,8 +18,8 @@ apps:
         cpu: 400m
         cpu: 400m
         memory: 512Mi
         memory: 512Mi
 
 
-# addons:
-# - name: postgres
-#   helm_chart:
-#     name: bitnami/postgres
-#     url: https://charts.bitnami.com/bitnami
+addons:
+- name: postgres
+  helm_chart:
+    name: bitnami/postgres
+    url: https://charts.bitnami.com/bitnami