You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cfroute resources and the Gateway API httproute resources are in a one
to one relationship:
- This simlpifies the cfroute_controller logic and removes the need of
finalizing cfroutes.
- The finalizer deletion logic is left in place so that legacy routes
on live systems can be deleted.
- The httproute resources that back the cfroutes simply reuse the
cfroute name.
- Remove all Contour references from the go code and the helm chart
- Remove the `contourRouter.include` helm value as the CFRoute
controller is no longer contour specific and does not need to be
excluded from the deployment.
- Update docs to reflect the switch to the Gateway API.
- Create a new ADR to record the decision to use the GatewayAPI for
Ingress
Co-authored-by: Georgi Sabev <georgethebeatle@gmail.com>
Copy file name to clipboardexpand all lines: README.helm.md
-2
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,6 @@ Here are all the values that can be set for the chart:
41
41
-`containerRegistrySecret` (_String_): Deprecated in favor of containerRegistrySecrets.
42
42
-`containerRegistrySecrets` (_Array_): List of `Secret` names to use when pushing or pulling from package, droplet and kpack builder repositories. Required if eksContainerRegistryRoleARN not set. Ignored if eksContainerRegistryRoleARN is set.
43
43
-`containerRepositoryPrefix` (_String_): The prefix of the container repository where package and droplet images will be pushed. This is suffixed with the app GUID and `-packages` or `-droplets`. For example, a value of `index.docker.io/korifi/` will result in `index.docker.io/korifi/<appGUID>-packages` and `index.docker.io/korifi/<appGUID>-droplets` being pushed.
44
-
-`contourRouter`:
45
-
-`include` (_Boolean_): Deploy the `contour-router` component.
46
44
-`controllers`:
47
45
-`extraVCAPApplicationValues`: Key-value pairs that are going to be set in the VCAP_APPLICATION env var on apps. Nested values are not supported.
48
46
-`image` (_String_): Reference to the controllers container image.
0 commit comments