Compare commits
1 Commits
491470a450
...
a1986cbb20
| Author | SHA1 | Date | |
|---|---|---|---|
|
a1986cbb20
|
@@ -11,7 +11,6 @@ resources:
|
||||
- ../../controllers/cnpg/cnpg.yaml
|
||||
|
||||
- ../../configs/artifacts.yaml
|
||||
- ../../configs/cilium-config/cilium-config.yaml
|
||||
- ../../configs/certificates/certificates.yaml
|
||||
- ../../configs/alerts/alerts.yaml
|
||||
- ../../configs/longhorn-jobs/longhorn-jobs.yaml
|
||||
|
||||
@@ -9,11 +9,6 @@ spec:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
artifacts:
|
||||
- name: cilium-config
|
||||
originRevision: "@foundation"
|
||||
copy:
|
||||
- from: "@foundation/configs/cilium-config/**"
|
||||
to: "@artifact/"
|
||||
- name: certificates
|
||||
originRevision: "@foundation"
|
||||
copy:
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
apiVersion: cilium.io/v2alpha1
|
||||
kind: CiliumL2AnnouncementPolicy
|
||||
metadata:
|
||||
name: default-policy
|
||||
spec:
|
||||
interfaces:
|
||||
- ^eth[0-9]+
|
||||
externalIPs: true
|
||||
loadBalancerIPs: true
|
||||
@@ -1,4 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cilium-l2-announcement-policy.yaml
|
||||
@@ -1,17 +0,0 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: cilium-config
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
retryInterval: 2m
|
||||
timeout: 15m
|
||||
dependsOn:
|
||||
- name: cilium
|
||||
sourceRef:
|
||||
kind: ExternalArtifact
|
||||
name: cilium-config
|
||||
path: ./${cluster_env}
|
||||
prune: true
|
||||
wait: true
|
||||
@@ -1,7 +0,0 @@
|
||||
apiVersion: cilium.io/v2alpha1
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: default-pool
|
||||
spec:
|
||||
blocks:
|
||||
- cidr: 10.0.2.100/24
|
||||
@@ -1,5 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- cilium-load-balancer-ip-pool.yaml
|
||||
@@ -1,8 +0,0 @@
|
||||
apiVersion: cilium.io/v2alpha1
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: default-pool
|
||||
spec:
|
||||
blocks:
|
||||
- start: 192.168.1.100
|
||||
stop: 192.168.1.200
|
||||
@@ -1,5 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- cilium-load-balancer-ip-pool.yaml
|
||||
Reference in New Issue
Block a user