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:
105105 configMap:
106106 name: eventrouter
107107parameters:
108- - name: IMAGE
108+ - name: IMAGE <6>
109109 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 >
112112 displayName: CPU
113113 value: "100m"
114- - name: MEMORY <7 >
114+ - name: MEMORY <8 >
115115 displayName: Memory
116116 value: "128Mi"
117117 - name: NAMESPACE
118118 displayName: Namespace
119- value: "openshift-logging" <8 >
119+ value: "openshift-logging" <9 >
120120----
121121<1> Creates a Service Account in the `openshift-logging` project for the Event Router.
122122<2> Creates a ClusterRole to monitor for events in the cluster.
123123<3> Creates a ClusterRoleBinding to bind the ClusterRole to the service account.
124124<4> Creates a config map in the `openshift-logging` project to generate the required `config.json` file.
125125<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.
129130
130131. Use the following command to process and apply the template:
131132+
You can’t perform that action at this time.
0 commit comments