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
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
|||||||
@ -4,6 +4,7 @@ metadata:
|
|||||||
name: {{ include "sonarr.fullname" . }}
|
name: {{ include "sonarr.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "sonarr.labels" . | nindent 4 }}
|
{{- include "sonarr.labels" . | nindent 4 }}
|
||||||
|
k8s-app: sonarr-exporter
|
||||||
spec:
|
spec:
|
||||||
type: {{ .Values.service.type }}
|
type: {{ .Values.service.type }}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -13,6 +13,9 @@ imagePullSecrets: []
|
|||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
apikey: 3dab689114304526abd4c360aa690868
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
create: true
|
create: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user