This commit is contained in:
hiondal
2025-02-16 04:17:07 +09:00
parent 32c82bb2de
commit 86d487dd79
2 changed files with 41 additions and 0 deletions
@@ -0,0 +1,12 @@
# lifesub-web/deployment/manifest/services/lifesub-web-service.yaml
apiVersion: v1
kind: Service
metadata:
name: lifesub-web
spec:
selector:
app: lifesub-web
ports:
- port: 80
targetPort: 18080
type: LoadBalancer