feat: update env
This commit is contained in:
@@ -71,21 +71,17 @@ qbittorrent:
|
|||||||
name: protonvpn-wireguard-conf
|
name: protonvpn-wireguard-conf
|
||||||
key: private-key
|
key: private-key
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/16
|
value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/12
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
value: 8080,9022
|
value: 8080,9022
|
||||||
- name: VPN_PORT_FORWARDING
|
- name: VPN_PORT_FORWARDING
|
||||||
value: "on"
|
value: "on"
|
||||||
- name: VPN_PORT_FORWARDING_UP_COMMAND
|
- name: VPN_PORT_FORWARDING_UP_COMMAND
|
||||||
value: '/bin/sh -c "/gluetun/update.sh {{ printf "{{PORTS}}" }}"'
|
value: '/bin/sh -c "/gluetun/update.sh {{ printf "{{PORT}}" }}"'
|
||||||
- name: DNS_UPSTREAM_RESOLVER_TYPE
|
- name: PORT_FORWARD_ONLY
|
||||||
value: dot
|
value: "on"
|
||||||
- name: BLOCK_MALICIOUS
|
- name: BLOCK_MALICIOUS
|
||||||
value: "off"
|
value: "off"
|
||||||
- name: HTTPPROXY
|
|
||||||
value: "off"
|
|
||||||
- name: SHADOWSOCKS
|
|
||||||
value: "off"
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: True
|
privileged: True
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -72,17 +72,11 @@ slskd:
|
|||||||
name: protonvpn-wireguard-conf
|
name: protonvpn-wireguard-conf
|
||||||
key: private-key
|
key: private-key
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: 192.168.1.0/24,10.0.0.0/8
|
value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/12
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
value: 5030,50300
|
value: 5030
|
||||||
- name: DNS_UPSTREAM_RESOLVER_TYPE
|
|
||||||
value: dot
|
|
||||||
- name: BLOCK_MALICIOUS
|
- name: BLOCK_MALICIOUS
|
||||||
value: "off"
|
value: "off"
|
||||||
- name: HTTPPROXY
|
|
||||||
value: "off"
|
|
||||||
- name: SHADOWSOCKS
|
|
||||||
value: "off"
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ tubearchivist:
|
|||||||
- name: ES_DISABLE_VERIFY_SSL
|
- name: ES_DISABLE_VERIFY_SSL
|
||||||
value: true
|
value: true
|
||||||
- name: REDIS_CON
|
- name: REDIS_CON
|
||||||
value: redis://tubearchivist-valkey.tubearchivist:6379
|
value: redis://tubearchivist-valkey.tubearchivist.svc.cluster.local:6379
|
||||||
- name: TA_HOST
|
- name: TA_HOST
|
||||||
value: https://tubearchivist.alexlebens.net http://tubearchivist.tubearchivist:80/
|
value: https://tubearchivist.alexlebens.net http://tubearchivist.tubearchivist:80/
|
||||||
- name: TA_PORT
|
- name: TA_PORT
|
||||||
@@ -36,6 +36,19 @@ tubearchivist:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: tubearchivist-config
|
name: tubearchivist-config
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: true
|
||||||
|
custom: true
|
||||||
|
spec:
|
||||||
|
httpGet:
|
||||||
|
path: /api/health/
|
||||||
|
port: 24000
|
||||||
|
failureThreshold: 5
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
periodSeconds: 30
|
||||||
|
successThreshold: 1
|
||||||
|
timeoutSeconds: 15
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
@@ -63,15 +76,11 @@ tubearchivist:
|
|||||||
name: protonvpn-wireguard-conf
|
name: protonvpn-wireguard-conf
|
||||||
key: private-key
|
key: private-key
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: 192.168.1.0/24,10.0.0.0/8
|
value: 192.168.1.0/24,10.244.0.0/16,10.96.0.0/12
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
value: 80,8000,24000
|
value: 24000
|
||||||
- name: DNS_UPSTREAM_RESOLVER_TYPE
|
- name: DNS_CACHING
|
||||||
value: dot
|
value: off
|
||||||
- name: HTTPPROXY
|
|
||||||
value: "off"
|
|
||||||
- name: SHADOWSOCKS
|
|
||||||
value: "off"
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: True
|
privileged: True
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user