Skip to content

Commit

Permalink
make charts
Browse files Browse the repository at this point in the history
Signed-off-by: Dharmit Shah <[email protected]>
  • Loading branch information
dharmit committed Aug 16, 2024
1 parent e41f6f9 commit 4a5f9f0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{{- if .Values.rke2IngressNginx.networkPolicy.enabled }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
annotations:
np.rke2.io/ingress: resolved
name: rke2-ingress-network-policy
namespace: {{ .Values.rke2IngressNginx.namespaceOverride }}
spec:
ingress:
- ports:
- port: {{ .Values.rke2IngressNginx.metricsPort }}
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: rke2-ingress-nginx
policyTypes:
- Ingress
{{- end }}
2 changes: 2 additions & 0 deletions charts/rancher-monitoring/104.1.1-rc1+up57.0.3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ rke2IngressNginx:
enabled: false
metricsPort: 10254
component: ingress-nginx
networkPolicy:
enabled: false
# in the RKE2 cluster, the ingress-nginx-controller is deployed
# as a non-hostNetwork workload starting at the following versions
# - >= v1.22.12+rke2r1 < 1.23.0-0
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17721,7 +17721,7 @@ entries:
catalog.cattle.io/upstream-version: 57.0.3
apiVersion: v2
appVersion: v0.72.0
created: "2024-08-02T16:48:08.53919272+05:30"
created: "2024-08-16T15:00:25.281052546+05:30"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -17793,7 +17793,7 @@ entries:
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: 35b3141e8f470d184a8f2105475bb844d22fc9f609c67c6da920a39221cb3c3c
digest: 28a10899bc94dc9ae8d3b537bfde3abef23fd3ef2197b97105d0f6f7ebf661de
home: https://github.com/prometheus-operator/kube-prometheus
icon: file://assets/logos/rancher-monitoring.png
keywords:
Expand Down

0 comments on commit 4a5f9f0

Please sign in to comment.