Skip to content
Snippets Groups Projects
Verified Commit 54df0532 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: update imghost chart

parent 69eb7007
Branches
Tags
No related merge requests found
Pipeline #2825 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: imghost name: imghost
description: Helm Chart for imghost description: Helm Chart for imghost
type: application type: application
version: 1.0.3 version: 1.0.4
appVersion: "04828ff3" appVersion: "db8aa616"
...@@ -59,7 +59,7 @@ spec: ...@@ -59,7 +59,7 @@ spec:
path: /healthz path: /healthz
port: metrics port: metrics
resources: resources:
{{- toYaml .Values.backend | nindent 12 }} {{- toYaml .Values.backend.resources | nindent 12 }}
volumeMounts: volumeMounts:
- mountPath: "/config.yaml" - mountPath: "/config.yaml"
name: config name: config
......
...@@ -59,7 +59,7 @@ spec: ...@@ -59,7 +59,7 @@ spec:
path: /healthz path: /healthz
port: http port: http
resources: resources:
{{- toYaml .Values.frontend | nindent 12 }} {{- toYaml .Values.frontend.resources | nindent 12 }}
volumeMounts: volumeMounts:
- mountPath: "/config.yaml" - mountPath: "/config.yaml"
name: config name: config
......
...@@ -8,6 +8,7 @@ frontend: ...@@ -8,6 +8,7 @@ frontend:
repository: k8r.eu/justjanne/imghost repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "" tag: ""
resources:
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 512Mi
...@@ -19,6 +20,7 @@ backend: ...@@ -19,6 +20,7 @@ backend:
repository: k8r.eu/justjanne/imghost repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "" tag: ""
resources:
limits: limits:
cpu: 4 cpu: 4
memory: 4Gi memory: 4Gi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment