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
Branches
No related tags found
No related merge requests found
Pipeline #2823 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.2 version: 1.0.3
appVersion: "d7c3db94" appVersion: "04828ff3"
...@@ -59,7 +59,7 @@ spec: ...@@ -59,7 +59,7 @@ spec:
path: /healthz path: /healthz
port: metrics port: metrics
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.backend | 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.resources | nindent 12 }} {{- toYaml .Values.frontend | nindent 12 }}
volumeMounts: volumeMounts:
- mountPath: "/config.yaml" - mountPath: "/config.yaml"
name: config name: config
......
...@@ -90,7 +90,7 @@ spec: ...@@ -90,7 +90,7 @@ spec:
volumeMounts: volumeMounts:
- mountPath: "/proxy_config.yaml" - mountPath: "/proxy_config.yaml"
name: config name: config
subPath: "proxy-config" subPath: config
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
......
...@@ -8,11 +8,23 @@ frontend: ...@@ -8,11 +8,23 @@ frontend:
repository: k8r.eu/justjanne/imghost repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "" tag: ""
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
backend: backend:
repository: k8r.eu/justjanne/imghost repository: k8r.eu/justjanne/imghost
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "" tag: ""
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 10m
memory: 64Mi
oauth2: oauth2:
repository: k8r.eu/justjanne/keycloak-proxy repository: k8r.eu/justjanne/keycloak-proxy
...@@ -80,14 +92,6 @@ securityContext: ...@@ -80,14 +92,6 @@ securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
nodeSelector: { } nodeSelector: { }
tolerations: [ ] tolerations: [ ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment