Automated Manifest Update (#4922)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `4cfa054` (on `4cfa054480150e36c175987c32ecb213a6d30395`) - **Charts Updated**: `homepage,qbittorrent,slskd` Reviewed-on: #4922 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4922.
This commit is contained in:
@@ -26,7 +26,7 @@ data:
|
|||||||
- ProtonVPN:
|
- ProtonVPN:
|
||||||
- abbr: PV
|
- abbr: PV
|
||||||
href: https://account.protonvpn.com/
|
href: https://account.protonvpn.com/
|
||||||
- ProtonVPN:
|
- AirVPN:
|
||||||
- abbr: AV
|
- abbr: AV
|
||||||
href: https://airvpn.org/
|
href: https://airvpn.org/
|
||||||
- Unifi:
|
- Unifi:
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: bbf608d460bad800b196c7e34183826e005a0bd960b3397afffeebaf29461f01
|
checksum/configMaps: 93016d56f06e31c71b9d3e47f8f82c3ede788fce50b24637c4b5b61ecc3453fe
|
||||||
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
|
|||||||
@@ -87,12 +87,19 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: addresses
|
key: addresses
|
||||||
name: qbittorrent-wireguard-conf
|
name: qbittorrent-wireguard-conf
|
||||||
|
- name: FIREWALL_VPN_INPUT_PORTS
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
key: input-ports
|
||||||
|
name: qbittorrent-wireguard-conf
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: 192.168.1.0/24,10.244.0.0/16
|
value: 192.168.1.0/24,10.244.0.0/16
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
value: 8080,9022
|
value: 8080,9022
|
||||||
- name: DNS_UPSTREAM_RESOLVER_TYPE
|
- name: DNS_UPSTREAM_RESOLVER_TYPE
|
||||||
value: dot
|
value: dot
|
||||||
|
- name: BLOCK_MALICIOUS
|
||||||
|
value: "off"
|
||||||
- name: HTTPPROXY
|
- name: HTTPPROXY
|
||||||
value: "off"
|
value: "off"
|
||||||
- name: SHADOWSOCKS
|
- name: SHADOWSOCKS
|
||||||
|
|||||||
@@ -71,12 +71,19 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: addresses
|
key: addresses
|
||||||
name: slskd-wireguard-conf
|
name: slskd-wireguard-conf
|
||||||
|
- name: FIREWALL_VPN_INPUT_PORTS
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
key: input-ports
|
||||||
|
name: slskd-wireguard-conf
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: 192.168.1.0/24,10.244.0.0/16
|
value: 192.168.1.0/24,10.244.0.0/16
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
value: 5030,50300
|
value: 5030,50300
|
||||||
- name: DNS_UPSTREAM_RESOLVER_TYPE
|
- name: DNS_UPSTREAM_RESOLVER_TYPE
|
||||||
value: dot
|
value: dot
|
||||||
|
- name: BLOCK_MALICIOUS
|
||||||
|
value: "off"
|
||||||
- name: HTTPPROXY
|
- name: HTTPPROXY
|
||||||
value: "off"
|
value: "off"
|
||||||
- name: SHADOWSOCKS
|
- name: SHADOWSOCKS
|
||||||
|
|||||||
Reference in New Issue
Block a user