Skip to content

Commit

Permalink
Merge pull request #29 from ilpianista/update-deployment
Browse files Browse the repository at this point in the history
Update the yaml file to latest version
  • Loading branch information
openshift-merge-robot committed Apr 1, 2022
2 parents 0cee2c9 + 80df8a2 commit 3f448e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 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,13 @@ spec:
spec:
containers:
- name: kube-eventrouter
image: gcr.io/heptio-images/eventrouter:latest
image: registry.redhat.io/openshift-logging/eventrouter-rhel8:v0.3
imagePullSecrets:
- name: registry.redhat.io
resources:
requests:
cpu: 100m
memory: 128Mi
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config-volume
Expand Down

0 comments on commit 3f448e6

Please sign in to comment.