Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions charts/prometheus-operator/templates/ingress.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions charts/prometheus-operator/templates/servicemonitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@ spec:
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: nginx-ingress-controller
namespace: {{ .Values.target_namespace | default .Release.Namespace }}
labels:
app: prometheus
spec:
selector:
matchLabels:
app.kubernetes.io/name: nginx-ingress-controller
endpoints:
- port: metrics
interval: 15s
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: envoy-gateway
namespace: {{ .Values.target_namespace | default .Release.Namespace }}
Expand Down
21 changes: 0 additions & 21 deletions extension-definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,6 @@ installation:
helm_attribute: host
value: prometheus.${base_url}
value_type: python-string-template
- helm_chart_name: prometheus-operator
helm_attribute: ingress.annotations."cert.gardener.cloud/purpose"
value: managed
value_type: literal
- helm_chart_name: prometheus-operator
helm_attribute: ingress.annotations."dns.gardener.cloud/class"
value: garden
value_type: literal
- helm_chart_name: prometheus-operator
helm_attribute: ingress.annotations."dns.gardener.cloud/dnsnames"
value: '"*"'
value_type: literal
- helm_chart_name: prometheus-operator
helm_attribute: ingress.hosts
value:
- prometheus.${base_url}
value_type: python-string-template
- helm_chart_name: prometheus-operator
helm_attribute: ingress.class
value: nginx-${target_namespace}
value_type: python-string-template
- helm_chart_name: prometheus-operator
helm_attribute: rbac.annotations."resources.gardener.cloud/keep-object"
value: '"${keep_clusterwide_objects}"'
Expand Down
Loading