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

fix: avoid collision with listening port for quassel

parent 7bdc673a
No related branches found
No related tags found
No related merge requests found
Pipeline #2785 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: quassel name: quassel
description: Helm Chart for Quassel-Core description: Helm Chart for Quassel-Core
type: application type: application
version: 1.0.0 version: 1.0.1
appVersion: "v0.14.0" appVersion: "v0.14.0"
...@@ -53,14 +53,13 @@ spec: ...@@ -53,14 +53,13 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: CONFIG_DIR
value: "/config"
envFrom: envFrom:
- secretRef: - secretRef:
name: {{ include "quassel-helm.fullname" . }} name: {{ include "quassel-helm.fullname" . }}
- configMapRef: - configMapRef:
name: {{ include "quassel-helm.fullname" . }} name: {{ include "quassel-helm.fullname" . }}
command:
- "quasselcore"
args: args:
- "--config-from-environment" - "--config-from-environment"
- "--configdir" - "--configdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment