Skip to content

Commit

Permalink
gateway: add GatewayClass to kustomization (#1068)
Browse files Browse the repository at this point in the history
Add a default GatewayClass to the gateway-api kustomization.
  • Loading branch information
kenjenkins authored Nov 11, 2024
1 parent 9fa224a commit b880353
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/gateway-api/gatewayclass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: pomerium-gateway
spec:
controllerName: "pomerium.io/gateway-controller"
1 change: 1 addition & 0 deletions config/gateway-api/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ commonLabels:
app.kubernetes.io/name: pomerium
resources:
- ../default
- gatewayclass.yaml
patches:
- path: role_patch.yaml
target:
Expand Down

0 comments on commit b880353

Please sign in to comment.