diff --git a/transmission_deployment.yml b/transmission_deployment.yml index fdf82f3..de90824 100644 --- a/transmission_deployment.yml +++ b/transmission_deployment.yml @@ -25,7 +25,8 @@ spec: - key: kubernetes.io/arch operator: In values: - - arm64 + #- arm64 + - amd64 containers: - name: transmission image: haugene/transmission-openvpn @@ -41,7 +42,7 @@ spec: - name: WEBPROXY_ENABLED value: "false" - name: LOCAL_NETWORK - value: "192.168.7.0/24" + value: "192.168.20.0/24" - name: TRANSMISSION_RATIO_LIMIT value: "1" - name: TRANSMISSION_RATIO_LIMIT_ENABLED diff --git a/transmission_lb.yml b/transmission_lb.yml index e1abf89..f78b484 100644 --- a/transmission_lb.yml +++ b/transmission_lb.yml @@ -5,9 +5,9 @@ metadata: name: transmission annotations: metallb.universe.tf/address-pool: default - metallb.universe.tf/allow-shared-ip: "dot80" + metallb.universe.tf/allow-shared-ip: "dot83" spec: - loadBalancerIP: 192.168.7.80 + loadBalancerIP: 192.168.20.83 ports: - port: 9091 targetPort: 9091 diff --git a/transmission_pv.yml b/transmission_pv.yml index 25b002c..98323e8 100644 --- a/transmission_pv.yml +++ b/transmission_pv.yml @@ -15,7 +15,7 @@ spec: - hard - nfsvers=4.0 nfs: - server: 192.168.7.11 + server: 192.168.20.11 path: "/volume1/k8s-storage/transmission-data" # EOF