Compare commits

..

3 Commits

Author SHA1 Message Date
Flux
14a4b668d5 Add Flux sync manifests 2025-01-22 15:39:44 -06:00
Flux
31e718b01e Add Flux v2.4.0 component manifests 2025-01-22 15:39:44 -06:00
e9cacb2ae2 restructure repository 2025-01-22 15:39:44 -06:00
2 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,42 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-controllers
namespace: flux-system
spec:
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure/controllers
prune: true
wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-configs
namespace: flux-system
spec:
dependsOn:
- name: infra-controllers
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure/configs
prune: true
patches:
- patch: |
- op: replace
path: /spec/addresses
value:
- 10.100.100.220-10.100.100.229
target:
kind: IPAddressPool
name: first-pool

View File

@@ -36,7 +36,7 @@ spec:
- op: replace
path: /spec/addresses
value:
- 10.100.100.240-10.100.100.250
- 10.100.100.210-10.100.100.219
target:
kind: IPAddressPool
name: first-pool