Compare commits

..

No commits in common. "b8e894fd52e9fa56599da0fab26c7520101bb9ef" and "f1b012b874ec74ccb9624195b2b0d1b283aa1ee2" have entirely different histories.

6 changed files with 27177 additions and 17 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

27165
k8s-peterg/output.yaml Normal file

File diff suppressed because it is too large Load diff