chore: Update manifests after change

This commit is contained in:
2026-05-17 19:09:45 +00:00
parent 3867a4fd69
commit 87908191e2
3 changed files with 20 additions and 25 deletions
@@ -81,21 +81,17 @@ spec:
key: private-key key: private-key
name: protonvpn-wireguard-conf name: protonvpn-wireguard-conf
- 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 {{PORTS}}" value: /bin/sh -c "/gluetun/update.sh {{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"
image: ghcr.io/qdm12/gluetun:latest@sha256:725d3e51091dde4ca43e3e3f26e2e6d3d0ccc66821e92d505c3da04958f7d472 image: ghcr.io/qdm12/gluetun:latest@sha256:725d3e51091dde4ca43e3e3f26e2e6d3d0ccc66821e92d505c3da04958f7d472
lifecycle: lifecycle:
postStart: postStart:
@@ -70,17 +70,11 @@ spec:
key: private-key key: private-key
name: protonvpn-wireguard-conf name: protonvpn-wireguard-conf
- 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"
image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab
lifecycle: lifecycle:
postStart: postStart:
@@ -50,15 +50,11 @@ spec:
key: private-key key: private-key
name: protonvpn-wireguard-conf name: protonvpn-wireguard-conf
- 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: "false"
- name: HTTPPROXY
value: "off"
- name: SHADOWSOCKS
value: "off"
image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab image: ghcr.io/qdm12/gluetun:v3.41.1@sha256:1a5bf4b4820a879cdf8d93d7ef0d2d963af56670c9ebff8981860b6804ebc8ab
lifecycle: lifecycle:
postStart: postStart:
@@ -101,7 +97,7 @@ spec:
- 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
@@ -112,6 +108,15 @@ spec:
- secretRef: - secretRef:
name: tubearchivist-config name: tubearchivist-config
image: bbilly1/tubearchivist:v0.5.10@sha256:dfe723cf008520e1758ecc3e59e6ea8761dd10d5bb099cd87289e80f5bd66567 image: bbilly1/tubearchivist:v0.5.10@sha256:dfe723cf008520e1758ecc3e59e6ea8761dd10d5bb099cd87289e80f5bd66567
livenessProbe:
failureThreshold: 5
httpGet:
path: /api/health/
port: 24000
initialDelaySeconds: 30
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 15
name: main name: main
resources: resources:
requests: requests: