add app flight-tracker

This commit is contained in:
2024-06-30 22:36:12 +10:00
parent 7f2b21b41b
commit 52db9e1669
8 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flight-tracker
namespace: flight-tracker
spec:
interval: 10m
timeout: 1m30s
retryInterval: 30s
path: ./kubernetes/apps/flight-tracker/app
prune: true
sourceRef:
kind: GitRepository
namespace: flux-system
name: flux-system
dependsOn:
- name: repositories
namespace: flux-system