11 lines
394 B
YAML
11 lines
394 B
YAML
|
|
# Overlay over the checksum-verified upstream kourier.yaml, which render.sh
|
||
|
|
# stages next to this file as upstream.yaml. render.sh appends the `images:`
|
||
|
|
# pin for the Envoy gateway from ENVOY_IMAGE in release-lock.env.
|
||
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
resources:
|
||
|
|
- upstream.yaml
|
||
|
|
patches:
|
||
|
|
- path: cpu-requests.patch.yaml
|
||
|
|
- path: service-clusterip.patch.yaml
|