Add platform infrastructure configuration

This commit is contained in:
donghyeon-ka
2026-08-28 17:35:41 +09:00
parent fa76531e5b
commit 16c337bcc9
302 changed files with 83259 additions and 1 deletions
@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: observability-allow-alertmanager-public-https
namespace: observability
spec:
podSelector:
matchLabels:
app.kubernetes.io/name: alertmanager
app.kubernetes.io/instance: observability-core-kube-pr-alertmanager
policyTypes:
- Egress
egress:
- to:
- ipBlock:
cidr: 0.0.0.0/0
except:
- 10.0.0.0/8
- 100.64.0.0/10
- 172.16.0.0/12
- 192.168.0.0/16
ports:
- protocol: TCP
port: 443