Automated cherry pick of #1830: knative: Remove use of last yaml ref Cherry pick of #1830 on v1.3-branch. #1830: knative: Remove use of last yaml ref (#1831)

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
This commit is contained in:
Yannis Zarkadas 2021-04-09 18:03:04 +03:00 committed by GitHub
parent 253b346a1e
commit ef8e7e0c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -113,7 +113,7 @@ spec:
- name: METRICS_DOMAIN
value: knative.dev/serving
image: 'gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler@sha256:f89fd23889c3e0ca3d8e42c9b189dc2f93aa5b3a91c64e8aab75e952a210eeb3'
livenessProbe: &ref_0
livenessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
@ -129,7 +129,12 @@ spec:
name: custom-metrics
- containerPort: 8008
name: profiling
readinessProbe: *ref_0
readinessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
value: autoscaler
port: 8080
resources:
limits:
cpu: 300m