Explorar el Código

porter.yaml first draft

Stefan McShane hace 3 años
padre
commit
bcc4c1df65
Se han modificado 1 ficheros con 23 adiciones y 23 borrados
  1. 23 23
      porter.yaml

+ 23 - 23
porter.yaml

@@ -1,30 +1,30 @@
 version: v2beta1
 
 builds:
-	- name: porter
-		method: docker
-		dockerfile: ./docker/Dockerfile
-		env:
-			raw: {}
-			import_from:
-				- default/base-env
+- name: porter
+  method: docker
+  dockerfile: ./docker/Dockerfile
+  env:
+    raw: {}
+    import_from:
+      - default/base-env
 
 apps:
-	- name: porter-dashboard
-		depends_on:
-			- postgres
-		helm_chart:
-			name: web
-		build_ref: porter
-		helm_values: # refer https://github.com/porter-dev/porter-charts/blob/master/applications/web/values.yaml
-			container:
-				command: 
-			resources:
-				requests:
-					cpu: 400m
-					memory: 512Mi
+- name: porter-dashboard
+  depends_on:
+    - postgres
+  helm_chart:
+    name: web
+  build_ref: porter
+  helm_values: # refer https://github.com/porter-dev/porter-charts/blob/master/applications/web/values.yaml
+    container:
+      command: 
+    resources:
+      requests:
+        cpu: 400m
+        memory: 512Mi
 
 addons:
-	- name: postgres
-    helm_chart:
-			name: postgres
+- name: postgres
+  helm_chart:
+    name: postgres