Merge branch 'master' of ssh://git.ervine.org/jonny/charts
This commit is contained in:
commit
4a7eec4e00
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.7.2
|
||||
version: 0.7.3
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -4,6 +4,7 @@ metadata:
|
||||
name: {{ include "sonarr.fullname" . }}
|
||||
labels:
|
||||
{{- include "sonarr.labels" . | nindent 4 }}
|
||||
k8s-app: sonarr-exporter
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
|
||||
@ -13,6 +13,9 @@ imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
metrics:
|
||||
apikey: 3dab689114304526abd4c360aa690868
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user