mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
update server to new local
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
|||||||
port: 2222
|
port: 2222
|
||||||
clusterIP:
|
clusterIP:
|
||||||
annotations:
|
annotations:
|
||||||
metallb.io/loadBalancerIPs: 192.168.2.248
|
metallb.io/loadBalancerIPs: 192.168.18.248
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
kubernetes.io/hostname: larry
|
kubernetes.io/hostname: larry
|
||||||
|
|
||||||
serviceAnnotations:
|
serviceAnnotations:
|
||||||
metallb.io/loadBalancerIPs: 192.168.2.201
|
metallb.io/loadBalancerIPs: 192.168.18.201
|
||||||
|
|
||||||
minecraftServer:
|
minecraftServer:
|
||||||
# This must be overridden, since we can't accept this for the user.
|
# This must be overridden, since we can't accept this for the user.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
serviceDns:
|
serviceDns:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
metallb.io/loadBalancerIPs: 192.168.2.250
|
metallb.io/loadBalancerIPs: 192.168.18.250
|
||||||
metallb.io/allow-shared-ip: pihole-svc
|
metallb.io/allow-shared-ip: pihole-svc
|
||||||
|
|
||||||
# -- Configuration for the Ingress
|
# -- Configuration for the Ingress
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: syncthing-lb
|
name: syncthing-lb
|
||||||
namespace: syncthing
|
namespace: syncthing
|
||||||
annotations:
|
annotations:
|
||||||
metallb.io/loadBalancerIPs: 192.168.2.247
|
metallb.io/loadBalancerIPs: 192.168.18.247
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: syncthing
|
app: syncthing
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: wg-easy-dns
|
name: wg-easy-dns
|
||||||
namespace: wg-easy
|
namespace: wg-easy
|
||||||
annotations:
|
annotations:
|
||||||
metallb.io/loadBalancerIPs: 192.168.2.245
|
metallb.io/loadBalancerIPs: 192.168.18.245
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ metadata:
|
|||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 192.168.2.200-192.168.2.250
|
- 192.168.18.200-192.168.18.250
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
nfs:
|
nfs:
|
||||||
server: 192.168.2.50
|
server: 192.168.18.99
|
||||||
path: /volume1/k8sdata
|
path: /volume1/k8sdata
|
||||||
mountOptions:
|
mountOptions:
|
||||||
volumeName: nfs-subdir-external-provisioner-root
|
volumeName: nfs-subdir-external-provisioner-root
|
||||||
|
|||||||
@@ -9,4 +9,4 @@ spec:
|
|||||||
recordTTL: 180
|
recordTTL: 180
|
||||||
recordType: A
|
recordType: A
|
||||||
targets:
|
targets:
|
||||||
- 192.168.2.200
|
- 192.168.18.200
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ spec:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
metallb.io/loadBalancerIPs: 192.168.2.200
|
metallb.io/loadBalancerIPs: 192.168.18.200
|
||||||
|
|
||||||
logs:
|
logs:
|
||||||
access:
|
access:
|
||||||
|
|||||||
Reference in New Issue
Block a user