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

feat: update imghost chart

parent 5c41fac1
No related branches found
No related tags found
No related merge requests found
Pipeline #2823 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: imghost
description: Helm Chart for imghost
type: application
version: 1.0.2
appVersion: "d7c3db94"
version: 1.0.3
appVersion: "04828ff3"
......@@ -59,7 +59,7 @@ spec:
path: /healthz
port: metrics
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.backend | nindent 12 }}
volumeMounts:
- mountPath: "/config.yaml"
name: config
......
......@@ -59,7 +59,7 @@ spec:
path: /healthz
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.frontend | nindent 12 }}
volumeMounts:
- mountPath: "/config.yaml"
name: config
......
......@@ -90,7 +90,7 @@ spec:
volumeMounts:
- mountPath: "/proxy_config.yaml"
name: config
subPath: "proxy-config"
subPath: config
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
......
......@@ -8,11 +8,23 @@ frontend:
repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent
tag: ""
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
oauth2:
repository: k8r.eu/justjanne/keycloak-proxy
......@@ -80,14 +92,6 @@ securityContext:
runAsNonRoot: true
runAsUser: 1000
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
nodeSelector: { }
tolerations: [ ]
......
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