Compare commits

..

3 Commits

Author SHA1 Message Date
0af691784d Add Flux sync manifests 2025-01-22 15:33:27 -06:00
0b2bd4feae Add Flux v2.4.0 component manifests 2025-01-22 15:33:27 -06:00
ecc425f27e restructure repository 2025-01-22 15:33:27 -06:00
2 changed files with 1 additions and 43 deletions

View File

@ -1,42 +0,0 @@
---
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 - op: replace
path: /spec/addresses path: /spec/addresses
value: value:
- 10.100.100.210-10.100.100.219 - 10.100.100.240-10.100.100.250
target: target:
kind: IPAddressPool kind: IPAddressPool
name: first-pool name: first-pool