20 lines
No EOL
475 B
YAML
20 lines
No EOL
475 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: projectcontour
|
|
|
|
images:
|
|
- name: contour
|
|
newName: ghcr.io/projectcontour/contour
|
|
newTag: v1.30.1
|
|
|
|
resources:
|
|
- crds/contour.yaml
|
|
- crds/gateway.yaml
|
|
- resources/namespace.yaml
|
|
- resources/rbac/service_account.yaml
|
|
- resources/rbac/roles.yaml
|
|
- resources/rbac/role_bindings.yaml
|
|
- resources/gateway_provisioner.yaml
|
|
- resources/gateway_class.yaml
|
|
- resources/default_gateway.yaml |