This commit is contained in:
2023-08-06 17:17:04 +08:00
parent e32b694e2a
commit 2ccbe5ccb2
7 changed files with 993 additions and 7306 deletions

View File

@ -357,7 +357,7 @@ spec:
app: net-kourier-controller
spec:
containers:
- image: registry.cn-beijing.aliyuncs.com/cypress-boat/knative-kourier:v1.11
- image: gcr.io/knative-releases/knative.dev/net-kourier/cmd/kourier@sha256:941af346142848b92ec256ce75691d6b1e83632180a9dcb05f3ef7e7e51acfc9
name: controller
env:
- name: CERTS_SECRET_NAMESPACE
@ -522,12 +522,7 @@ spec:
lifecycle:
preStop:
exec:
command:
[
"/bin/sh",
"-c",
"curl -X POST --unix /tmp/envoy.admin http://localhost/healthcheck/fail; sleep 15",
]
command: ["/bin/sh", "-c", "curl -X POST --unix /tmp/envoy.admin http://localhost/healthcheck/fail; sleep 15"]
readinessProbe:
httpGet:
httpHeaders:
@ -654,4 +649,3 @@ spec:
app: 3scale-kourier-gateway
---