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

fix: correct rtorrent chart

parent 11079310
Branches
No related tags found
No related merge requests found
Pipeline #2896 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: rtorrent
description: Helm Chart for rtorrent
type: application
version: 0.1.3
version: 0.1.4
appVersion: "4b75e358"
......@@ -6,4 +6,4 @@ metadata:
{{- include "rtorrent-helm.labels" . | nindent 4 }}
stringData:
"wireguard.conf": |-
{{ .Values.wireguard.config | toYaml | nindent 4 }}
{{- .Values.wireguard.config | nindent 4 }}
......@@ -12,7 +12,16 @@ fullnameOverride: ""
wireguard:
enabled: false
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:
capabilities:
add:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment