Tyler Perkins
e96a6b8115
All checks were successful
continuous-integration/drone/push Build is passing
20 lines
398 B
YAML
20 lines
398 B
YAML
# 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
|
|
|