Skip to content

Commit

Permalink
Merge pull request #65 from neticdk/labels
Browse files Browse the repository at this point in the history
Fix alert-server labels
  • Loading branch information
netic-jsj authored May 15, 2024
2 parents 1dc4dd2 + 9d8b642 commit e23fd5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aoi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: aoi
description: A Helm chart for Netic application operations infrastructure
type: application
version: 0.1.14
version: 0.1.15
dependencies:
- name: grafana
version: 7.3.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
image:
repository: "{{ $.Values.alerting.helmRelease.values.server.image.registry }}/{{ $.Values.alerting.helmRelease.values.server.image.repository }}"
pullPolicy: {{ $.Values.alerting.helmRelease.values.server.image.pullPolicy }}
labels:
netic.dk/allow-prometheus-scraping: "true"
resources:
{{- toYaml $.Values.alerting.helmRelease.values.server.resources | nindent 8 }}
extraArgs:
Expand Down Expand Up @@ -108,6 +110,5 @@ spec:
enabled: true
extraLabels:
netic.dk/monitoring: "true"
netic.dk/allow-prometheus-scraping: "true"
{{- end }}
{{- end }}

0 comments on commit e23fd5c

Please sign in to comment.