Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,17 @@ spec:
## 📖 Usage
### Configure a `ProviderConfig`
### Configure a `GatewayServiceConfig`

A `ProviderConfig` is an API where you can configure the platform-service-gateway.
The `ProviderConfig` is stored in the Platform cluster and therefore in the responsibility realm of the platform owner.
A `GatewayServiceConfig` is an API where you can configure the platform-service-gateway.
The `GatewayServiceConfig` is stored in the Platform cluster and therefore in the responsibility realm of the platform owner.

```yaml
apiVersion: gateway.openmcp.cloud/v1alpha1
kind: ProviderConfig
kind: GatewayServiceConfig
metadata:
name: default
name: gateway # needs to match `PlatformService.metadata.name`
spec:
envoyGateway:
images:
Expand Down