mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-03 11:27:52 +00:00
fix(cloudflared): Disable cloudflared
I have a hunch it congestes the network
This commit is contained in:
@@ -9,7 +9,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: cilium
|
||||
repo: https://helm.cilium.io
|
||||
version: 1.15.1
|
||||
version: 1.15.0
|
||||
releaseName: "cilium"
|
||||
includeCRDs: true
|
||||
namespace: kube-system
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cloudflared
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
- 192.168.1.154
|
||||
containers:
|
||||
- name: cloudflared
|
||||
image: cloudflare/cloudflared:2023.10.0
|
||||
image: cloudflare/cloudflared:2024.2.1
|
||||
args:
|
||||
- tunnel
|
||||
- --config
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#address=/stonegarden.dev/192.168.1.142
|
||||
address=/stonegarden.dev/192.168.1.142
|
||||
address=/blog.stonegarden.dev/192.168.1.172
|
||||
address=/gateway.stonegarden.dev/192.168.1.172
|
||||
address=/haos.stonegarden.dev/192.168.1.172
|
||||
|
||||
@@ -112,7 +112,7 @@ spec:
|
||||
mountPath: /etc/pihole/whitelist.txt
|
||||
subPath: whitelist.txt
|
||||
- name: cloudflared
|
||||
image: cloudflare/cloudflared:2023.10.0
|
||||
image: cloudflare/cloudflared:2024.2.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- tunnel
|
||||
|
||||
@@ -14,18 +14,18 @@ spec:
|
||||
port: 5335
|
||||
protocol: TCP
|
||||
targetPort: unbound-dns-tcp
|
||||
- name: unbound-dns-udp
|
||||
port: 5335
|
||||
protocol: UDP
|
||||
targetPort: unbound-dns-udp
|
||||
# - name: unbound-dns-udp
|
||||
# port: 5335
|
||||
# protocol: UDP
|
||||
# targetPort: unbound-dns-udp
|
||||
- name: dns-tcp
|
||||
port: 53
|
||||
protocol: TCP
|
||||
targetPort: dns-tcp
|
||||
- name: dns-udp
|
||||
port: 53
|
||||
protocol: UDP
|
||||
targetPort: dns-udp
|
||||
# - name: dns-udp
|
||||
# port: 53
|
||||
# protocol: UDP
|
||||
# targetPort: dns-udp
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: http
|
||||
@@ -1,4 +1,4 @@
|
||||
#address=/stonegarden.dev/192.168.1.142
|
||||
address=/stonegarden.dev/192.168.1.142
|
||||
address=/blog.stonegarden.dev/192.168.1.172
|
||||
address=/gateway.stonegarden.dev/192.168.1.172
|
||||
address=/haos.stonegarden.dev/192.168.1.172
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
port: 53
|
||||
protocol: TCP
|
||||
targetPort: dns-tcp
|
||||
- name: dns-udp
|
||||
port: 53
|
||||
protocol: UDP
|
||||
targetPort: dns-udp
|
||||
# - name: dns-udp
|
||||
# port: 53
|
||||
# protocol: UDP
|
||||
# targetPort: dns-udp
|
||||
Reference in New Issue
Block a user