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

fix: correct rtorrent chart

parent af6dbaee
No related branches found
No related tags found
No related merge requests found
Pipeline #2895 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: rtorrent name: rtorrent
description: Helm Chart for rtorrent description: Helm Chart for rtorrent
type: application type: application
version: 0.1.2 version: 0.1.3
appVersion: "4b75e358" appVersion: "4b75e358"
...@@ -58,7 +58,7 @@ spec: ...@@ -58,7 +58,7 @@ spec:
- name: rtorrent - name: rtorrent
securityContext: securityContext:
{{- toYaml .Values.rtorrent.securityContext | nindent 12 }} {{- toYaml .Values.rtorrent.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:daemon-{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
{{ if ne .Values.rtorrent.externalIpCommand "" }} {{ if ne .Values.rtorrent.externalIpCommand "" }}
env: env:
......
...@@ -12,16 +12,7 @@ fullnameOverride: "" ...@@ -12,16 +12,7 @@ fullnameOverride: ""
wireguard: wireguard:
enabled: false enabled: false
localNetworks: "" localNetworks: ""
config: |- config: ""
[Interface]
PrivateKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Address = XXX.XXX.XXX.XXX/32,XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX/128
DNS = XXX.XXX.XXX.XXX
[Peer]
PublicKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
AllowedIPs = XXX.XXX.XXX.XXX/32,XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX/128
Endpoint = XXX.XXX.XXX.XXX:XXXXX
securityContext: securityContext:
capabilities: capabilities:
add: add:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment