Remove dummy koschei configmap

This commit is contained in:
Mikolaj Izdebski 2018-08-23 23:17:01 +00:00
parent 493cfed8e6
commit d4bfa8b132
3 changed files with 2 additions and 20 deletions

View file

@ -21,10 +21,6 @@
app: koschei
template: buildconfig.yml
objectname: buildconfig.yml
- role: openshift/object
app: koschei
template: configmap.yml
objectname: configmap.yml
- role: openshift/object
app: koschei
template: service.yml

View file

@ -1,8 +0,0 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: koschei-configmap
labels:
app: koschei
data: {}

View file

@ -36,10 +36,7 @@ items:
ports:
- containerPort: 80
resources: {}
volumeMounts:
- name: config-volume
mountPath: /dummy
readOnly: true
volumeMounts: {}
readinessProbe:
timeoutSeconds: 10
initialDelaySeconds: 5
@ -52,10 +49,7 @@ items:
httpGet:
path: /
port: 80
volumes:
- name: config-volume
configMap:
name: koschei-configmap
volumes: {}
triggers: {}
kind: List
metadata: {}