Add empty configmap for koschei

This commit is contained in:
Mikolaj Izdebski 2018-08-23 22:50:05 +00:00
parent c586088506
commit 6dd6590089
3 changed files with 16 additions and 1 deletions

View file

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

View file

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

View file

@ -49,7 +49,10 @@ items:
httpGet: httpGet:
path: / path: /
port: 80 port: 80
volumes: {} volumes:
- name: config-volume
configMap:
name: bodhi-configmap
triggers: {} triggers: {}
kind: List kind: List
metadata: {} metadata: {}