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

12
k8s/service.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: storefront
namespace: manoonoils
spec:
selector:
app: storefront
ports:
- port: 3000
targetPort: 3000
type: ClusterIP