changes due to network reorg

This commit is contained in:
Radar231 2022-11-19 07:59:48 -05:00
parent 61e1fd0e81
commit e73b17e356
5 changed files with 8 additions and 7 deletions

View File

@ -58,7 +58,7 @@ tasks:
content_filter:
reject: '*.wmv'
transmission:
host: 192.168.7.80
host: 192.168.20.80
port: 9091
username: transmission
password: transmission

View File

@ -53,7 +53,7 @@ tasks:
content_filter:
reject: '*.wmv'
transmission:
host: 192.168.7.80
host: 192.168.20.80
port: 9091
username: transmission
password: transmission

View File

@ -25,7 +25,8 @@ spec:
- key: kubernetes.io/arch
operator: In
values:
- arm64
#- arm64
- amd64
containers:
- name: flexget
image: wiserain/flexget

View File

@ -5,9 +5,9 @@ metadata:
name: flexget
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: 5050
targetPort: 5050

View File

@ -15,7 +15,7 @@ spec:
- hard
- nfsvers=4.0
nfs:
server: 192.168.7.11
server: 192.168.20.11
path: "/volume1/k8s-storage/flexget-data"
---
@ -35,7 +35,7 @@ spec:
- hard
- nfsvers=4.0
nfs:
server: 192.168.7.11
server: 192.168.20.11
path: "/volume1/k8s-storage/flexget-config"
# EOF