mirror of https://git.rancher.io/charts
Merge pull request #2987 from geethub97/dev-v2.8
Change the monitoring coredns network policy to an "allow all" policy.pull/2990/head
commit
b23539e12b
Binary file not shown.
|
@ -131,18 +131,17 @@ spec:
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: NetworkPolicy
|
kind: NetworkPolicy
|
||||||
metadata:
|
metadata:
|
||||||
name: monitoring-coredns-network-policy
|
name: rancher-monitoring-coredns-allow-all
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
ingress:
|
ingress:
|
||||||
- ports:
|
- {}
|
||||||
- port: 9153
|
egress:
|
||||||
protocol: TCP
|
- {}
|
||||||
- port: 9153
|
policyTypes:
|
||||||
protocol: UDP
|
- Ingress
|
||||||
|
- Egress
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
k8s-app: kube-dns
|
k8s-app: kube-dns
|
||||||
policyTypes:
|
|
||||||
- Ingress
|
|
||||||
{{- end }}
|
{{- end }}
|
|
@ -11306,7 +11306,7 @@ entries:
|
||||||
catalog.cattle.io/upstream-version: 19.0.3
|
catalog.cattle.io/upstream-version: 19.0.3
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.59.1
|
appVersion: 0.59.1
|
||||||
created: "2023-09-11T10:56:06.005436-07:00"
|
created: "2023-09-14T16:21:08.454118-07:00"
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: grafana.enabled
|
- condition: grafana.enabled
|
||||||
name: grafana
|
name: grafana
|
||||||
|
@ -11377,7 +11377,7 @@ entries:
|
||||||
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
|
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
|
||||||
rules combined with documentation and scripts to provide easy to operate end-to-end
|
rules combined with documentation and scripts to provide easy to operate end-to-end
|
||||||
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
||||||
digest: 02f8a1df4177f27bf1632dcce427ed30ece3117c6806096ec5e2674c46e749c5
|
digest: 53bcc24ea0bce4545fee468e7294b5b4d8c42a7d39b4010879b5e8cd0e6abe07
|
||||||
home: https://github.com/prometheus-operator/kube-prometheus
|
home: https://github.com/prometheus-operator/kube-prometheus
|
||||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -131,18 +131,17 @@ spec:
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: NetworkPolicy
|
kind: NetworkPolicy
|
||||||
metadata:
|
metadata:
|
||||||
name: monitoring-coredns-network-policy
|
name: rancher-monitoring-coredns-allow-all
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
ingress:
|
ingress:
|
||||||
- ports:
|
- {}
|
||||||
- port: 9153
|
egress:
|
||||||
protocol: TCP
|
- {}
|
||||||
- port: 9153
|
policyTypes:
|
||||||
protocol: UDP
|
- Ingress
|
||||||
|
- Egress
|
||||||
podSelector:
|
podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
k8s-app: kube-dns
|
k8s-app: kube-dns
|
||||||
policyTypes:
|
|
||||||
- Ingress
|
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
Reference in New Issue