File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -105,27 +105,28 @@ objects:
105
105
configMap:
106
106
name: eventrouter
107
107
parameters:
108
- - name: IMAGE
108
+ - name: IMAGE <6>
109
109
displayName: Image
110
- value: "registry.redhat.io/openshift-logging/eventrouter-rhel8:latest "
111
- - name: CPU <6 >
110
+ value: "registry.redhat.io/openshift-logging/eventrouter-rhel8:v0.3 "
111
+ - name: CPU <7 >
112
112
displayName: CPU
113
113
value: "100m"
114
- - name: MEMORY <7 >
114
+ - name: MEMORY <8 >
115
115
displayName: Memory
116
116
value: "128Mi"
117
117
- name: NAMESPACE
118
118
displayName: Namespace
119
- value: "openshift-logging" <8 >
119
+ value: "openshift-logging" <9 >
120
120
----
121
121
<1> Creates a Service Account in the `openshift-logging` project for the Event Router.
122
122
<2> Creates a ClusterRole to monitor for events in the cluster.
123
123
<3> Creates a ClusterRoleBinding to bind the ClusterRole to the service account.
124
124
<4> Creates a config map in the `openshift-logging` project to generate the required `config.json` file.
125
125
<5> Creates a deployment in the `openshift-logging` project to generate and configure the Event Router pod.
126
- <6> Specifies the minimum amount of memory to allocate to the Event Router pod. Defaults to `128Mi` .
127
- <7> Specifies the minimum amount of CPU to allocate to the Event Router pod. Defaults to `100m` .
128
- <8> Specifies the `openshift-logging` project to install objects in.
126
+ <6> Specifies the image, identified by a tag such as `v0.3` .
127
+ <7> Specifies the minimum amount of memory to allocate to the Event Router pod. Defaults to `128Mi` .
128
+ <8> Specifies the minimum amount of CPU to allocate to the Event Router pod. Defaults to `100m` .
129
+ <9> Specifies the `openshift-logging` project to install objects in.
129
130
130
131
. Use the following command to process and apply the template:
131
132
+
You can’t perform that action at this time.
0 commit comments