Set up monorepo structure: apps, clusters, and infrastructure
This commit is contained in:
parent
1357c43f05
commit
fd3e57a949
12
clusters/production/kustomization-gitea.yaml
Normal file
12
clusters/production/kustomization-gitea.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
path: "./apps/production/gitea"
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux_bootstrap
|
||||
@ -1,5 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../apps/production/gitea
|
||||
- ../../infrastructure/production
|
||||
Loading…
x
Reference in New Issue
Block a user