Files
myceliumcloud-examples/examples/hello-world/hello-world-service.yaml
mik-tf 0a95c51230 init
2025-11-04 10:39:10 -05:00

11 lines
171 B
YAML

apiVersion: v1
kind: Service
metadata:
name: hello-world-service
spec:
selector:
app: hello-world
ports:
- port: 8080
targetPort: 8080
type: LoadBalancer