Skip to content

Commit

Permalink
Merge pull request #3678 from zalando-incubator/fix/skipper-shunt-rou…
Browse files Browse the repository at this point in the history
…te-container

fix: skipper shunt route
  • Loading branch information
szuecs authored Oct 26, 2020
2 parents 97a53ec + 5621b13 commit 505f14f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: kube-system
labels:
application: skipper-ingress
version: v0.11.174
version: v0.11.175
component: ingress
spec:
strategy:
Expand All @@ -20,7 +20,7 @@ spec:
metadata:
labels:
application: skipper-ingress
version: v0.11.174
version: v0.11.175
component: ingress
annotations:
kubernetes-log-watcher/scalyr-parser: |
Expand All @@ -43,7 +43,7 @@ spec:
hostNetwork: true
containers:
- name: skipper-ingress
image: registry.opensource.zalan.do/teapot/skipper:v0.11.174-13
image: registry.opensource.zalan.do/teapot/skipper:v0.11.175-15
ports:
- name: ingress-port
containerPort: 9999
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
tag=application=skipper-ingress
tag=account={{ .Cluster.Alias }}
tag=cluster={{ .Cluster.Alias }}
tag=artifact=registry.opensource.zalan.do/teapot/skipper:v0.11.174
tag=artifact=registry.opensource.zalan.do/teapot/skipper:v0.11.175
grpc-max-msg-size={{ .ConfigItems.skipper_ingress_lightstep_grpc_max_msg_size }}
max-period={{ .ConfigItems.skipper_ingress_lightstep_max_period }}
min-period={{ .ConfigItems.skipper_ingress_lightstep_min_period }}
Expand Down

0 comments on commit 505f14f

Please sign in to comment.