From 97aaff92a5c4b494b35b651a3f6e47c01cbffed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 10 Jul 2019 10:31:33 +0200 Subject: [PATCH] Remove unnecessary config --- .../maintenance/deployment-maintenance.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/deployment/human-connection/maintenance/deployment-maintenance.yaml b/deployment/human-connection/maintenance/deployment-maintenance.yaml index 4fe519997..fbbeec639 100644 --- a/deployment/human-connection/maintenance/deployment-maintenance.yaml +++ b/deployment/human-connection/maintenance/deployment-maintenance.yaml @@ -4,9 +4,6 @@ metadata: name: maintenance namespace: human-connection spec: - replicas: 1 - minReadySeconds: 15 - progressDeadlineSeconds: 60 selector: matchLabels: human-connection.org/selector: deployment-human-connection-maintenance @@ -19,19 +16,12 @@ spec: spec: containers: - name: web - envFrom: - - configMapRef: - name: configmap - - secretRef: - name: human-connection env: - name: HOST value: 0.0.0.0 image: humanconnection/maintenance:latest ports: - containerPort: 80 - resources: {} imagePullPolicy: Always restartPolicy: Always terminationGracePeriodSeconds: 30 -status: {}