Compare commits
No commits in common. "b8e894fd52e9fa56599da0fab26c7520101bb9ef" and "f1b012b874ec74ccb9624195b2b0d1b283aa1ee2" have entirely different histories.
b8e894fd52
...
f1b012b874
6 changed files with 27177 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ kind: Kustomization
|
|||
namespace: kube-system
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- ip-pool.yaml
|
||||
- gateways.yaml
|
||||
- httproute.yaml
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: kube-system
|
||||
27165
k8s-peterg/output.yaml
Normal file
27165
k8s-peterg/output.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue