File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,17 @@ spec:
5858
5959## 📖 Usage
6060
61- ### Configure a ` ProviderConfig `
61+ ### Configure a ` GatewayServiceConfig `
6262
63- A `ProviderConfig ` is an API where you can configure the platform-service-gateway.
64- The `ProviderConfig ` is stored in the Platform cluster and therefore in the responsibility realm of the platform owner.
63+ A `GatewayServiceConfig ` is an API where you can configure the platform-service-gateway.
64+ The `GatewayServiceConfig ` is stored in the Platform cluster and therefore in the responsibility realm of the platform owner.
6565
6666` ` ` yaml
67+
6768apiVersion: gateway.openmcp.cloud/v1alpha1
68- kind: ProviderConfig
69+ kind: GatewayServiceConfig
6970metadata:
70- name: default
71+ name: gateway # needs to match ` PlatformService.metadata.name`
7172spec :
7273 envoyGateway :
7374 images :
You can’t perform that action at this time.
0 commit comments