Skip to content

Commit

Permalink
Adding infra to flux
Browse files Browse the repository at this point in the history
  • Loading branch information
rp-thomas committed Oct 18, 2024
1 parent 33f6000 commit 56d4faa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clusters/kind-cluster/flux-system/infrastructure.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infrastructure
namespace: flux-system
spec:
interval: 5m
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure/
prune: true
wait: true
1 change: 1 addition & 0 deletions clusters/kind-cluster/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
- infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
containers:
- name: hello-go
image: ghcr.io/rp-thomas/flux-push-poc:main
imagePullPolicy: Always
resources:
limits:
memory: "128Mi"
Expand Down

0 comments on commit 56d4faa

Please sign in to comment.