We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4fd006 + c4c2863 commit b066baaCopy full SHA for b066baa
cluster/manifests/skipper/deployment.yaml
@@ -88,6 +88,7 @@ spec:
88
containers:
89
- name: skipper-ingress
90
image: container-registry.zalando.net/teapot/skipper-internal:{{ .internal_version }}
91
+ terminationMessagePolicy: FallbackToLogsOnError
92
ports:
93
- name: ingress-port
94
containerPort: 9999
@@ -510,6 +511,7 @@ spec:
510
511
512
- name: routesrv
513
image: container-registry.zalando.net/teapot/skipper:{{ $version }}
514
515
516
517
containerPort: 9990
cluster/manifests/stackset-controller/deployment.yaml
@@ -1,4 +1,4 @@
1
-{{ $version := "v1.4.38" }}
+{{ $version := "v1.4.39" }}
2
apiVersion: apps/v1
3
kind: Deployment
4
metadata:
0 commit comments