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

Remove use of yaml ref as it is not supported by later kustomize
versions.

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

View File

@ -43,7 +43,7 @@ spec:
- name: METRICS_DOMAIN
value: knative.dev/internal/serving
image: 'gcr.io/knative-releases/knative.dev/serving/cmd/activator@sha256:ffa3d72ee6c2eeb2357999248191a643405288061b7080381f22875cb703e929'
livenessProbe: &ref_0
livenessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
@ -59,7 +59,12 @@ spec:
name: metrics
- containerPort: 8008
name: profiling
readinessProbe: *ref_0
readinessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
value: activator
port: 8012
resources:
limits:
cpu: 1000m