Skip to content

Commit dea60a1

Browse files
committed
feat(k8s): change main cidr
1 parent 0dc519a commit dea60a1

17 files changed

Lines changed: 28 additions & 27 deletions

File tree

kubernetes/apps/actual/helm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
ACTUAL_LOGIN_METHOD: openid
6363
ACTUAL_ALLOWED_LOGIN_METHODS: '["openid"]'
6464
ACTUAL_OPENID_PROVIDER_NAME: Authentik
65+
ACTUAL_OPENID_ENFORCE: true
6566
ACTUAL_USER_CREATION_MODE: login
6667
ACTUAL_OPENID_DISCOVERY_URL: https://authentik.chkpwd.com/application/o/actual/
6768
ACTUAL_OPENID_CLIENT_ID:

kubernetes/apps/plex/helm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ spec:
7575
pullPolicy: IfNotPresent
7676
env:
7777
TZ: "America/New_York"
78-
PLEX_ADVERTISE_URL: &plex_lb "172.16.16.35"
79-
PLEX_NO_AUTH_NETWORKS: "172.16.16.0/24"
78+
PLEX_ADVERTISE_URL: &plex_lb "10.0.10.35"
79+
PLEX_NO_AUTH_NETWORKS: "10.0.10.0/24"
8080
PLEX_CLAIM:
8181
valueFrom:
8282
secretKeyRef:

kubernetes/apps/qbittorrent/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
controller: qbittorrent
109109
type: LoadBalancer
110110
annotations:
111-
lbipam.cilium.io/ips: 172.16.16.34
111+
lbipam.cilium.io/ips: 10.0.10.34
112112
ports:
113113
http:
114114
port: *webPort

kubernetes/apps/unifi-controller/dns-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spec:
1010
recordTTL: 180
1111
recordType: A
1212
targets:
13-
- 172.16.16.33
13+
- 10.0.10.33

kubernetes/apps/unifi-controller/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
app:
9999
controller: unifi-controller
100100
annotations:
101-
lbipam.cilium.io/ips: 172.16.16.33
101+
lbipam.cilium.io/ips: 10.0.10.33
102102
type: LoadBalancer
103103
externalTrafficPolicy: Cluster
104104
ports:

kubernetes/core/cilium/pools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
name: default-pool
77
spec:
88
blocks:
9-
- cidr: "172.16.16.0/24"
9+
- cidr: "10.0.10.0/24"

kubernetes/core/external-dns/_components/internal/dns-endpoints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ spec:
88
recordTTL: 180
99
recordType: A
1010
targets:
11-
- 172.16.16.30
11+
- 10.0.10.30

kubernetes/core/gateway-api/private-class.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
gatewayClassName: cilium
1212
addresses:
1313
- type: IPAddress
14-
value: 172.16.16.30
14+
value: 10.0.10.30
1515
infrastructure:
1616
annotations:
1717
external-dns.alpha.kubernetes.io/hostname: *hostname

kubernetes/core/gateway-api/public-class.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
gatewayClassName: cilium
1212
addresses:
1313
- type: IPAddress
14-
value: 172.16.16.31
14+
value: 10.0.10.31
1515
infrastructure:
1616
annotations:
1717
external-dns.alpha.kubernetes.io/hostname: *hostname

kubernetes/core/gravity/sts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: INSTANCE_LISTEN
2828
value: 0.0.0.0
2929
- name: INSTANCE_IP
30-
value: 172.16.16.17
30+
value: 10.0.10.17
3131
- name: BOOTSTRAP_ROLES
3232
value: "dns;api;etcd;monitoring;tsdb"
3333
envFrom:

0 commit comments

Comments
 (0)