Remove dummy koschei configmap
This commit is contained in:
parent
493cfed8e6
commit
d4bfa8b132
3 changed files with 2 additions and 20 deletions
|
@ -21,10 +21,6 @@
|
||||||
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
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: koschei-configmap
|
|
||||||
labels:
|
|
||||||
app: koschei
|
|
||||||
data: {}
|
|
|
@ -36,10 +36,7 @@ items:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts: {}
|
||||||
- name: config-volume
|
|
||||||
mountPath: /dummy
|
|
||||||
readOnly: true
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
@ -52,10 +49,7 @@ items:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 80
|
port: 80
|
||||||
volumes:
|
volumes: {}
|
||||||
- name: config-volume
|
|
||||||
configMap:
|
|
||||||
name: koschei-configmap
|
|
||||||
triggers: {}
|
triggers: {}
|
||||||
kind: List
|
kind: List
|
||||||
metadata: {}
|
metadata: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue