Remove unnecessary config

This commit is contained in:
Robert Schäfer 2019-07-10 10:31:33 +02:00
parent 6d5ffc0464
commit 97aaff92a5

View File

@ -4,9 +4,6 @@ metadata:
name: maintenance name: maintenance
namespace: human-connection namespace: human-connection
spec: spec:
replicas: 1
minReadySeconds: 15
progressDeadlineSeconds: 60
selector: selector:
matchLabels: matchLabels:
human-connection.org/selector: deployment-human-connection-maintenance human-connection.org/selector: deployment-human-connection-maintenance
@ -19,19 +16,12 @@ spec:
spec: spec:
containers: containers:
- name: web - name: web
envFrom:
- configMapRef:
name: configmap
- secretRef:
name: human-connection
env: env:
- name: HOST - name: HOST
value: 0.0.0.0 value: 0.0.0.0
image: humanconnection/maintenance:latest image: humanconnection/maintenance:latest
ports: ports:
- containerPort: 80 - containerPort: 80
resources: {}
imagePullPolicy: Always imagePullPolicy: Always
restartPolicy: Always restartPolicy: Always
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
status: {}