31
templates/NetworkPolicy-kubeStateMetrics.yaml
Normal file
31
templates/NetworkPolicy-kubeStateMetrics.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
# apiVersion: networking.k8s.io/v1
|
||||
# kind: NetworkPolicy
|
||||
# metadata:
|
||||
# labels:
|
||||
# app.kubernetes.io/component: exporter
|
||||
# app.kubernetes.io/name: kube-state-metrics
|
||||
# app.kubernetes.io/part-of: kube-prometheus
|
||||
# app.kubernetes.io/version: 2.8.1
|
||||
# name: kube-state-metrics
|
||||
# namespace: monitoring
|
||||
# spec:
|
||||
# egress:
|
||||
# - {}
|
||||
# ingress:
|
||||
# - from:
|
||||
# - podSelector:
|
||||
# matchLabels:
|
||||
# app.kubernetes.io/name: prometheus
|
||||
# ports:
|
||||
# - port: 8443
|
||||
# protocol: TCP
|
||||
# - port: 9443
|
||||
# protocol: TCP
|
||||
# podSelector:
|
||||
# matchLabels:
|
||||
# app.kubernetes.io/component: exporter
|
||||
# app.kubernetes.io/name: kube-state-metrics
|
||||
# app.kubernetes.io/part-of: kube-prometheus
|
||||
# policyTypes:
|
||||
# - Egress
|
||||
# - Ingress
|
Reference in New Issue
Block a user