mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-16 19:27:37 +00:00
qbit service and documentation
This commit is contained in:
@ -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
|
||||
@ -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
|
||||
|
||||
13
roles/qbittorrent/files/qbittorrent-service.yaml
Normal file
13
roles/qbittorrent/files/qbittorrent-service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user