Add Kubernetes manifests for Flux CD deployment

This commit is contained in:
Unchained
2026-03-06 14:25:28 +02:00
parent 927dfc45e7
commit 8a720f5335
4 changed files with 78 additions and 0 deletions

6
k8s/kustomization.yaml Normal file
View File

@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- ingress.yaml