Add Affinity in Jellyfin Metrics
This commit is contained in:
parent
98ae54614b
commit
6f73b57afe
@ -25,4 +25,8 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: jellyfin-metrics-secret
|
name: jellyfin-metrics-secret
|
||||||
key: api-key
|
key: api-key
|
||||||
|
{{- with .Values.metrics.affinity }}
|
||||||
|
affinity:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
@ -122,3 +122,12 @@ metricsImage:
|
|||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
apiUrl: "http://jellyfin.avril"
|
apiUrl: "http://jellyfin.avril"
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/arch
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- arm64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user