chore: Update IP addresses

This commit is contained in:
Peter 2025-11-18 22:15:31 +01:00
parent 006f50a095
commit 41d3f319d4
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
4 changed files with 3 additions and 4 deletions

View file

@ -11,7 +11,7 @@ spec:
path: k8s-wheatley/cilium path: k8s-wheatley/cilium
targetRevision: HEAD targetRevision: HEAD
destination: destination:
server: https://10.13.38.10:6443 server: https://10.13.37.10:6443
namespace: kube-system namespace: kube-system
syncPolicy: syncPolicy:
automated: automated:

View file

@ -14,7 +14,6 @@ spec:
kind: ClusterSecretStore kind: ClusterSecretStore
target: target:
name: tls-wildcard-peterg-nl name: tls-wildcard-peterg-nl
creationPolicy: Owner
template: template:
type: kubernetes.io/tls type: kubernetes.io/tls
data: data:

View file

@ -7,7 +7,7 @@ spec:
gatewayClassName: cilium gatewayClassName: cilium
addresses: addresses:
- type: IPAddress - type: IPAddress
value: 10.13.38.10 value: 10.13.37.10
listeners: listeners:
- allowedRoutes: - allowedRoutes:
namespaces: namespaces:

View file

@ -5,7 +5,7 @@ metadata:
name: internal-pool name: internal-pool
spec: spec:
blocks: blocks:
- cidr: "10.13.38.10/32" - cidr: "10.13.37.10/32"
--- ---
apiVersion: "cilium.io/v2alpha1" apiVersion: "cilium.io/v2alpha1"
kind: CiliumL2AnnouncementPolicy kind: CiliumL2AnnouncementPolicy