Skip to content

Commit

Permalink
fix: skipper shunt route
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
szuecs committed Oct 26, 2020
1 parent 97a53ec commit 5621b13
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
@@ -6,7 +6,7 @@ metadata:
namespace: kube-system
labels:
application: skipper-ingress
version: v0.11.174
version: v0.11.175
component: ingress
spec:
strategy:
@@ -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: |
@@ -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
@@ -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 }}

0 comments on commit 5621b13

Please sign in to comment.