Skip to content

Commit

Permalink
skipper: test zalando/skipper#3089
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderYastrebov committed May 31, 2024
1 parent 6734192 commit 77c3894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
hostNetwork: true
containers:
- name: skipper-ingress
image: container-registry.zalando.net/teapot/skipper-internal:{{ .internal_version }}
image: container-registry-test.zalando.net/teapot/skipper-internal-test:v1717150285
terminationMessagePolicy: FallbackToLogsOnError
ports:
- name: ingress-port
Expand Down Expand Up @@ -149,6 +149,7 @@ spec:
args:
- "run.sh"
- "skipper"
- "-enable-prometheus-start-label"
- "-validate-query={{ .Cluster.ConfigItems.skipper_validate_query }}"
- "-validate-query-log={{ .Cluster.ConfigItems.skipper_validate_query_log }}"
{{ if eq .Cluster.ConfigItems.skipper_routesrv_enabled "exec" }}
Expand Down

0 comments on commit 77c3894

Please sign in to comment.