Skip to content

Commit

Permalink
make charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Geet Samra committed Aug 16, 2023
1 parent 69124e0 commit 6287635
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
Binary file modified assets/rancher-monitoring/rancher-monitoring-103.0.0+up40.1.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,22 @@ spec:
- Ingress
- Egress
{{- end }}
{{- end }}
{{- end }}
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: monitoring-coredns-network-policy
namespace: kube-system
spec:
ingress:
- ports:
- port: 9153
protocol: TCP
- port: 9153
protocol: UDP
podSelector:
matchLabels:
k8s-app: kube-dns
policyTypes:
- Ingress
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10635,7 +10635,7 @@ entries:
catalog.cattle.io/upstream-version: 19.0.3
apiVersion: v2
appVersion: 0.59.1
created: "2023-08-14T15:43:06.562855-07:00"
created: "2023-08-16T14:58:49.744518-07:00"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -10706,7 +10706,7 @@ entries:
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
rules combined with documentation and scripts to provide easy to operate end-to-end
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
digest: ca27986b59577f2f204a1444d37f047076cc412ca528997434e94adea098c28a
digest: 688c688eb8a487552c4d581224cf877f62ca0295f1050015dd15539befa1949c
home: https://github.com/prometheus-operator/kube-prometheus
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
keywords:
Expand Down

0 comments on commit 6287635

Please sign in to comment.