From 50a321643dafc222e477923ea0004cbd9f3234d7 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 16 Apr 2026 17:27:13 +0800 Subject: [PATCH] Reduce memory requests --- karma/values.home.yaml | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 karma/values.home.yaml diff --git a/karma/values.home.yaml b/karma/values.home.yaml new file mode 100644 index 0000000..bb33a19 --- /dev/null +++ b/karma/values.home.yaml @@ -0,0 +1,69 @@ +# Default values for jellyfin. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +replicaCount: 1 + +image: + repository: harbor.ervine.dev/public/x86_64/karma + pullPolicy: IfNotPresent + +imagePullSecrets: [] +nameOverride: "" +fullnameOverride: "" + +serviceAccount: + # Specifies whether a service account should be created + create: true + # The name of the service account to use. + # If not set and create is true, a name is generated using the fullname template + name: + +podSecurityContext: {} + # fsGroup: 2000 + +securityContext: {} + # capabilities: + # drop: + # - ALL + # readOnlyRootFilesystem: true + # runAsNonRoot: true + # runAsUser: 1000 + +service: + type: ClusterIP + port: 8080 + +ingress: + enabled: false + annotations: {} + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" + hosts: + - host: chart-example.local + paths: [] + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local + +resources: + # We usually recommend not to specify default resources and to leave this as a conscious + # choice for the user. This also increases chances charts run on environments with little + # resources, such as Minikube. If you do want to specify resources, uncomment the following + # lines, adjust them as necessary, and remove the curly braces after 'resources:'. + # limits: + # cpu: 100m + # memory: 128Mi + requests: + cpu: 60m + memory: 100Mi + +nodeSelector: + location: bedRoom + +tolerations: [] + +affinity: {} + +alertmanager_url: "http://alertmanager-main:9093"