feat: manifest 파일 생성

This commit is contained in:
OhSeongRak
2025-06-16 09:11:04 +09:00
parent 1861cd5655
commit b764e95e20
5 changed files with 110 additions and 0 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: smarketing-service
namespace: smarketing
labels:
app: smarketing
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 5001
protocol: TCP
name: http
selector:
app: smarketing