2024-02-21 07:12:13 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: projectcontour
|
|
|
|
|
|
|
|
images:
|
|
|
|
- name: contour
|
|
|
|
newName: ghcr.io/projectcontour/contour
|
2024-08-01 18:23:06 +00:00
|
|
|
newTag: v1.30.0
|
2024-02-21 07:12:13 +00:00
|
|
|
|
|
|
|
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
|