This commit is contained in:
Ubuntu
2025-05-28 07:41:53 +00:00
parent 27af87cf7e
commit b60030173b
5 changed files with 136 additions and 16 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: lifesub-web-service
namespace: dg0400-lifesub-ns
labels:
app: lifesub-web
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 18080
protocol: TCP
selector:
app: lifesub-web