Skip to content

Commit

Permalink
knative: Remove use of last yaml ref (kubeflow#1830)
Browse files Browse the repository at this point in the history
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
  • Loading branch information
yanniszark authored Apr 9, 2021
1 parent b885f35 commit 55cf51c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions common/knative/knative-serving-install/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 55cf51c

Please sign in to comment.