helm: reorganize repository a bit.
[arvados-k8s.git] / arvados / templates / postgres-deployment.yaml
diff --git a/arvados/templates/postgres-deployment.yaml b/arvados/templates/postgres-deployment.yaml
deleted file mode 100644 (file)
index e00eb88..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: Apache-2.0
-
-apiVersion: apps/v1beta2
-kind: Deployment
-metadata:
-  name: "arvados-postgres"
-  labels:
-    app: arvados-postgres
-    chart: {{ template "arvados.chart" . }}
-    release: {{ .Release.Name }}
-    heritage: {{ .Release.Service }}
-spec:
-  replicas: 1
-  selector:
-    matchLabels:
-      app: arvados-postgres
-      release: {{ .Release.Name }}
-  template:
-    metadata:
-      labels:
-        app: arvados-postgres
-        release: {{ .Release.Name }}
-    spec:
-      containers:
-        - name: {{ .Chart.Name }}
-          image: "postgres:9.5"
-          imagePullPolicy: {{ .Values.image.pullPolicy }}
-          volumeMounts:
-            - name: postgres-configmap
-              mountPath: /docker-entrypoint-initdb.d/create_dbs.sh
-              subPath: create_dbs.sh
-      volumes:
-        - name: postgres-configmap
-          configMap:
-            name: postgres-configmap