Skip to content

Commit

Permalink
Update the yaml file to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista committed Mar 31, 2022
1 parent 0cee2c9 commit 2e8f06d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions yaml/eventrouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apiVersion: v1
data:
config.json: |-
{
"sink": "glog"
"sink": "stdout"
}
kind: ConfigMap
metadata:
Expand All @@ -71,7 +71,11 @@ spec:
spec:
containers:
- name: kube-eventrouter
image: gcr.io/heptio-images/eventrouter:latest
image: registry.redhat.io/openshift-logging/eventrouter-rhel8:v0.3
resources:
requests:
cpu: 100m
memory: 128Mi
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config-volume
Expand Down

0 comments on commit 2e8f06d

Please sign in to comment.