X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/928c15e956263ebb565919367c13fe4a30026df3..8d4cc600bff38a9680efa58c180cc89712664563:/arvados/templates/postgres-deployment.yaml diff --git a/arvados/templates/postgres-deployment.yaml b/arvados/templates/postgres-deployment.yaml deleted file mode 100644 index e00eb88..0000000 --- a/arvados/templates/postgres-deployment.yaml +++ /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