Compare commits
2 commits
f1b012b874
...
b8e894fd52
| Author | SHA1 | Date | |
|---|---|---|---|
| b8e894fd52 | |||
| 3ddf7cbc2a |
6 changed files with 17 additions and 27177 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ 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
|
||||||
|
|
|
||||||
5
k8s-peterg/cilium-gatewayapi/namespace.yaml
Normal file
5
k8s-peterg/cilium-gatewayapi/namespace.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: kube-system
|
||||||
27165
k8s-peterg/output.yaml
27165
k8s-peterg/output.yaml
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue