This commit is contained in:
mik-tf
2025-11-04 10:39:10 -05:00
commit 0a95c51230
6 changed files with 977 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: hello-world-service
spec:
selector:
app: hello-world
ports:
- port: 8080
targetPort: 8080
type: LoadBalancer