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
No related branches found
No related tags found
No related merge requests found
Pipeline #2825 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: imghost
description: Helm Chart for imghost
type: application
version: 1.0.3
appVersion: "04828ff3"
version: 1.0.4
appVersion: "db8aa616"
......@@ -59,7 +59,7 @@ spec:
path: /healthz
port: metrics
resources:
{{- toYaml .Values.backend | nindent 12 }}
{{- toYaml .Values.backend.resources | nindent 12 }}
volumeMounts:
- mountPath: "/config.yaml"
name: config
......
......@@ -59,7 +59,7 @@ spec:
path: /healthz
port: http
resources:
{{- toYaml .Values.frontend | nindent 12 }}
{{- toYaml .Values.frontend.resources | nindent 12 }}
volumeMounts:
- mountPath: "/config.yaml"
name: config
......
......@@ -8,23 +8,25 @@ frontend:
repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent
tag: ""
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
backend:
repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent
tag: ""
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 10m
memory: 64Mi
resources:
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 10m
memory: 64Mi
oauth2:
repository: k8r.eu/justjanne/keycloak-proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment