Added and configured Gateway API
I did this when installing the cluster because cilium depends on it.
This commit is contained in:
@@ -73,9 +73,14 @@ data "helm_template" "cilium" {
|
||||
value = "true"
|
||||
},
|
||||
{
|
||||
name = "ggatewayAPI.enableAppProtocol"
|
||||
name = "gatewayAPI.enableAppProtocol"
|
||||
value = "true"
|
||||
},
|
||||
{
|
||||
name = "gatewayAPI.gatewayClass.create"
|
||||
value = "true"
|
||||
type = "string"
|
||||
},
|
||||
# Egress Gateway
|
||||
# See: https://docs.cilium.io/en/stable/network/egress-gateway/egress-gateway/
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user