rename
This commit is contained in:
10
kourier.yaml
10
kourier.yaml
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user