Skip to content

Commit

Permalink
feat(pyrra): naming resources (#968)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Dec 24, 2024
1 parent 01e2dc7 commit 6075401
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions charts/pyrra-service-levels/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ apiVersion: v2
name: pyrra-service-levels
description: A Helm chart for Service Level Objective by Pyrra
type: application
version: 1.0.0
appVersion: "1.0.0"
version: 1.1.0
appVersion: "0.8.1"
keywords:
- service-levels
- slo
- pyrra
- portefaix
home: https://pyrra.dev/
- service-levels
- slo
- pyrra
- portefaix
home: https://github.com/nlamirault/portefaix-hub
sources:
- https://github.com/nlamirault/portefaix-hub/tree/master/charts/pyrra-service-levels
- https://github.com/nlamirault/portefaix-hub/tree/master/charts/pyrra-service-levels
icon: https://avatars.githubusercontent.com/u/98504233?s=200&v=4
maintainers:
- name: nlamirault
email: [email protected]
- name: nlamirault
email: [email protected]

# https://artifacthub.io/docs/topics/annotations/helm/
annotations:
Expand All @@ -33,5 +33,5 @@ annotations:
fingerprint: C39918B3EBDE35C23B8D0B8E5F99269A6FCA437C
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: Notes to retrieve SLO
- kind: changed
description: Remove service levels suffixes
2 changes: 1 addition & 1 deletion charts/pyrra-service-levels/templates/slo-bool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
role: alert-rules
name: {{ .name }}-bool
name: {{ .name }}
namespace: {{ $.Release.Namespace }}
spec:
{{- $alerting := .alerting | default (dict) }}
Expand Down
2 changes: 1 addition & 1 deletion charts/pyrra-service-levels/templates/slo-latency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
role: alert-rules
name: {{ .name }}-latency
name: {{ .name }}
namespace: {{ $.Release.Namespace }}
spec:
{{- $alerting := .alerting | default (dict) }}
Expand Down
2 changes: 1 addition & 1 deletion charts/pyrra-service-levels/templates/slo-ratio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
role: alert-rules
name: {{ .name }}-ratio
name: {{ .name }}
namespace: {{ $.Release.Namespace }}
spec:
{{- $alerting := .alerting | default (dict) }}
Expand Down
4 changes: 2 additions & 2 deletions charts/pyrra-service-levels/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pyrra:
# message: ""
# team: ""
# extraLabels: {}
# metric: ""
# metricSuccess: ""
# metricTotal: ""
# groupBy: []
# - controller
Expand All @@ -39,7 +39,7 @@ pyrra:
# message: ""
# team: ""
# extraLabels: {}
# metric: ""
# metricError: ""
# metricTotal: ""
# groupBy: []
# target: "99.5"
Expand Down

0 comments on commit 6075401

Please sign in to comment.