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
No related tags found
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,23 +8,25 @@ frontend: ...@@ -8,23 +8,25 @@ frontend:
repository: k8r.eu/justjanne/imghost repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "" tag: ""
limits: resources:
cpu: 500m limits:
memory: 512Mi cpu: 500m
requests: memory: 512Mi
cpu: 10m requests:
memory: 64Mi cpu: 10m
memory: 64Mi
backend: backend:
repository: k8r.eu/justjanne/imghost repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "" tag: ""
limits: resources:
cpu: 4 limits:
memory: 4Gi cpu: 4
requests: memory: 4Gi
cpu: 10m requests:
memory: 64Mi cpu: 10m
memory: 64Mi
oauth2: oauth2:
repository: k8r.eu/justjanne/keycloak-proxy repository: k8r.eu/justjanne/keycloak-proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment