Skip to content

Commit

Permalink
Merge pull request #1376 from zalando-incubator/skipper/disable-loggi…
Browse files Browse the repository at this point in the history
…ng-filter

skipper update to add accessLogDisabled() filter
  • Loading branch information
szuecs authored Sep 7, 2018
2 parents 4b8fdc8 + 3efbc71 commit 68fba0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/manifests/skipper/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kube-system
labels:
application: skipper-ingress
version: v0.10.71
version: v0.10.80
component: ingress
spec:
selector:
Expand All @@ -18,7 +18,7 @@ spec:
name: skipper-ingress
labels:
application: skipper-ingress
version: v0.10.71
version: v0.10.80
component: ingress
annotations:
kubernetes-log-watcher/scalyr-parser: |
Expand All @@ -33,7 +33,7 @@ spec:
hostNetwork: true
containers:
- name: skipper-ingress
image: registry.opensource.zalan.do/pathfinder/skipper-lightstep:v0.10.71
image: registry.opensource.zalan.do/pathfinder/skipper-lightstep:v0.10.80
ports:
- name: ingress-port
containerPort: 9999
Expand Down

0 comments on commit 68fba0f

Please sign in to comment.