10 lines
363 B
YAML
10 lines
363 B
YAML
|
|
# Overlay over the checksum-verified upstream serving-core.yaml, which render.sh
|
||
|
|
# stages next to this file as upstream.yaml. Do not add the CRDs here: core.yaml
|
||
|
|
# repeats one of them, so they are applied separately and first.
|
||
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
resources:
|
||
|
|
- upstream.yaml
|
||
|
|
patches:
|
||
|
|
- path: cpu-requests.patch.yaml
|