Add empty configmap for koschei
This commit is contained in:
parent
c586088506
commit
6dd6590089
3 changed files with 16 additions and 1 deletions
|
@ -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
|
||||||
|
|
8
roles/openshift-apps/koschei/templates/configmap.yml
Normal file
8
roles/openshift-apps/koschei/templates/configmap.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: koschei-configmap
|
||||||
|
labels:
|
||||||
|
app: koschei
|
||||||
|
data: {}
|
|
@ -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: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue