We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883ebf3 commit 4e3125bCopy full SHA for 4e3125b
helm/values.yaml
@@ -73,15 +73,16 @@ serviceAccount:
73
# Specifies whether a service account should be created
74
create: false
75
# The name of the service account to use.
76
+ name: gateway-api-controller
77
annotations:
78
{}
79
# eks.amazonaws.com/role-arn: arn:aws:iam::AWS_ACCOUNT_ID:role/IAM_ROLE_NAME
80
81
awsRegion: ap-northeast-1
82
awsAccountId: 111815285043
-clusterVpcId: vpc-0e24bd68af2259678
83
+clusterVpcId: vpc-0ed040bc35eac4ae6
84
clusterName: eks-auto-mode-sample
-defaultServiceNetwork:
85
+defaultServiceNetwork: test-gateway
86
latticeEndpoint:
87
webhookEnabled: true
88
disableTaggingServiceApi: false
@@ -92,4 +93,3 @@ webhookTLS:
92
93
caCert:
94
cert:
95
key:
-
0 commit comments