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
|
||||
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
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: koschei-configmap
|
||||
labels:
|
||||
app: koschei
|
||||
data: {}
|
|
@ -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: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue