Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
trowaflo committed Oct 7, 2023
1 parent b9e6361 commit e076c3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/frigate_exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: frigate_exporter
version: 0.0.3
version: 0.0.4
description: Chart for prometheus frigate exporter
maintainers:
- name: trowaflo
Expand Down
4 changes: 2 additions & 2 deletions charts/frigate_exporter/templates/deployment-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}-exporter
name: {{ .Release.Name }}
spec:
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
app.kubernetes.io/name: {{ .Release.Name }}-exporter
app.kubernetes.io/name: {{ .Release.Name }}
template:
spec:
{{- with .Values.imagePullSecrets }}
Expand Down
2 changes: 1 addition & 1 deletion charts/frigate_exporter/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-exporter
name: {{ .Release.Name }}
spec:
ports:
- name: exporter
Expand Down

0 comments on commit e076c3c

Please sign in to comment.