add existing secret name for gluetun
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
description: Chart for qBittorrent
|
description: Chart for qBittorrent
|
||||||
keywords:
|
keywords:
|
||||||
- downloads
|
- downloads
|
||||||
|
@@ -116,7 +116,7 @@ spec:
|
|||||||
path: /dev/net/tun
|
path: /dev/net/tun
|
||||||
- name: wg0-wireguard-config
|
- name: wg0-wireguard-config
|
||||||
secret:
|
secret:
|
||||||
secretName: qbittorrent-wireguard-secret
|
secretName: {{ .Values.gluetun.existingSecretName }}
|
||||||
items:
|
items:
|
||||||
- key: wg0.conf
|
- key: wg0.conf
|
||||||
path: wg0.conf
|
path: wg0.conf
|
||||||
|
@@ -21,7 +21,7 @@ server:
|
|||||||
- name: PGID
|
- name: PGID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: UMASK_SET
|
- name: UMASK_SET
|
||||||
value: "002"
|
value: "002"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
@@ -53,6 +53,7 @@ gluetun:
|
|||||||
add:
|
add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
env: []
|
env: []
|
||||||
|
existingSecretName:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
Reference in New Issue
Block a user