chore: update kustomizations

This commit is contained in:
root
2026-01-25 21:26:44 +08:00
parent b385dfb0ec
commit bd18f32670
4 changed files with 29 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ flux bootstrap git \
--branch=$BRANCH \
--username=$USER_NAME \
--token-auth=true \
--path=./
--path=./clusters/app

View File

@@ -0,0 +1,17 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: go-example
namespace: flux-system
spec:
interval: 30m0s
path: ./kustomize
prune: true
retryInterval: 2m0s
sourceRef:
kind: GitRepository
name: go-example
targetNamespace: helloapp
timeout: 3m0s
wait: true

View File

@@ -0,0 +1,11 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: go-example
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: main
url: https://git.0orz.top/Zpekii/go-example