Skip to content

Commit

Permalink
Fixed GNP in GKE (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: rherrero-stratio <[email protected]>
  • Loading branch information
lreciomelero and rherrero-stratio authored Nov 11, 2024
1 parent 8dd99cf commit da597d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
protocol: TCP
order: 0
namespaceSelector: kubernetes.io/metadata.name in { 'kube-system', 'capg-system' }
selector: app in {'gcp-compute-persistent-disk-csi-driver','source-controller'} || cluster.x-k8s.io/provider == 'infrastructure-gcp' || || app.kubernetes.io/name == 'gcp-cloud-controller-manager'
selector: app in {'gcp-compute-persistent-disk-csi-driver','source-controller'} || cluster.x-k8s.io/provider == 'infrastructure-gcp' || app.kubernetes.io/name == 'gcp-cloud-controller-manager'
types:
- Egress

0 comments on commit da597d7

Please sign in to comment.