Skip to content

Commit

Permalink
feat: enable Gateway API support in Cilium
Browse files Browse the repository at this point in the history
Allows the configuration from #8 to be enacted.

Signed-off-by: Dennis Marttinen <[email protected]>
  • Loading branch information
twelho committed Oct 7, 2024
1 parent b8b8d53 commit f45e695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions work/supernetes-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ cluster:
hardening:
enabled: false # Disable NetworkPolicy hardening for evaluation purposes
audit-mode: false # Audit mode is not needed without hardening
gateway-api:
enabled: true # Supernetes ingress is provided by Gateway API
host-network: true # Single-node solution, avoid the need for L2 or BGP
privileged-ports: true # Allow Envoy to bind to ports <1024
flux: # Configuration for Flux (GitOps) (optional)
# Install specific (extra) Flux components, see https://fluxcd.io/flux/components/ for details
components: source-controller,kustomize-controller # (optional)
Expand Down

0 comments on commit f45e695

Please sign in to comment.