This commit is contained in:
parent
625cecd6eb
commit
e96a6b8115
19
base/api/general-api-kustomization.yaml
Normal file
19
base/api/general-api-kustomization.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
# flux-system/general-api-kustomization.yaml
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: general-api
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
path: ./api/general-api/
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
validation: client
|
||||
healthChecks:
|
||||
- kind: Deployment
|
||||
name: general-api
|
||||
namespace: api-ns
|
||||
|
Loading…
Reference in New Issue
Block a user