feat : initial commit

This commit is contained in:
2025-06-20 05:56:38 +00:00
commit 9a7e75865a
28 changed files with 1260 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: healthsync-front-service
namespace: team1tier-healthsync-front-ns
labels:
app: healthsync-front
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: healthsync-front