Reset git history for making manifests public
This commit is contained in:
21
envoy-gateway/clientsettingspolicies.yaml
Normal file
21
envoy-gateway/clientsettingspolicies.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||
kind: ClientTrafficPolicy
|
||||
metadata:
|
||||
name: gateway-internal-client-settings
|
||||
namespace: envoy-gateway
|
||||
spec:
|
||||
targetRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: gateway-internal
|
||||
---
|
||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||
kind: ClientTrafficPolicy
|
||||
metadata:
|
||||
name: gateway-public-client-settings
|
||||
namespace: envoy-gateway
|
||||
spec:
|
||||
targetRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: gateway-public
|
||||
Reference in New Issue
Block a user