Compare commits

..

2 commits

Author SHA1 Message Date
b8e894fd52 fix: Declare kube-system namespace 2025-11-08 17:37:19 +01:00
3ddf7cbc2a chore: Linting 2025-11-08 17:37:05 +01:00
6 changed files with 17 additions and 27177 deletions

View file

@ -10,12 +10,12 @@ resources:
namespace: argocd
configMapGenerator:
- name: argocd-cmd-params-cm
behavior: replace
literals:
- server.insecure=true
- reposerver.enable.git.submodule=false
- name: argocd-cm
behavior: merge
literals:
- kustomize.buildOptions=--enable-helm
- name: argocd-cmd-params-cm
behavior: replace
literals:
- server.insecure=true
- reposerver.enable.git.submodule=false
- name: argocd-cm
behavior: merge
literals:
- kustomize.buildOptions=--enable-helm

View file

@ -1,4 +1,3 @@
---
apiVersion: v1
kind: Namespace

View file

@ -5,7 +5,7 @@ metadata:
name: internal-pool
spec:
blocks:
- cidr: "10.167.84.11/32"
- cidr: "10.167.84.11/32"
---
apiVersion: "cilium.io/v2alpha1"
kind: CiliumLoadBalancerIPPool
@ -13,7 +13,7 @@ metadata:
name: public-pool
spec:
blocks:
- cidr: "10.7.65.250/32"
- cidr: "10.7.65.250/32"
---
apiVersion: "cilium.io/v2alpha1"
kind: CiliumL2AnnouncementPolicy

View file

@ -4,6 +4,7 @@ kind: Kustomization
namespace: kube-system
resources:
- namespace.yaml
- ip-pool.yaml
- gateways.yaml
- httproute.yaml

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: kube-system

File diff suppressed because it is too large Load diff