Created
October 9, 2023 21:41
-
-
Save AlperRehaYAZGAN/5a1f0e896237704cf0d3bcbf351f32dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: networking.k8s.io/v1 | |
kind: NetworkPolicy | |
metadata: | |
name: allow-egress | |
spec: | |
podSelector: {} # Tüm pod'ları seç | |
egress: | |
- to: | |
- ipBlock: | |
cidr: 0.0.0.0/0 # Tüm IP adreslerine çıkış izni ver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment