qbit service and documentation

This commit is contained in:
Tomás Limpinho
2025-11-11 19:44:44 +00:00
parent d693a947f2
commit fecbc54b79
3 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# iac-ansible-private
iac-ansible-private
iac-ansible-private
stolon comes from https://github.com/sorintlab/stolon/blob/master/examples/kubernetes/README.md
qbittorrent comes from https://github.com/j4ym0/pia-qbittorrent-docker?tab=readme-ov-file

View File

@ -42,7 +42,7 @@ spec:
name: vpn-secret
key: password
- name: REGION
value: "us_new_york" # ou outro servidor PIA
value: "us" # ou outro servidor PIA
- name: WEBUI_PORT
value: "8080"
- name: DNS_SERVERS
@ -51,6 +51,8 @@ spec:
value: "1013"
- name: GID
value: "1013"
- name: HOSTHEADERVALIDATION
value: 'false'
volumeMounts:
- name: config
mountPath: /config

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: qbittorrent-service
namespace: stack-arr
spec:
ports:
- port: 8080
targetPort: 8080
selector:
app: qbittorrentvpn
type: LoadBalancer
loadBalancerIP: 10.240.0.101