Files
hello-world/k8s/service.yml
T

12 lines
164 B
YAML

apiVersion: v1
kind: Service
metadata:
name: hello-world
namespace: hello-world
spec:
selector:
app: hello-world
ports:
- port: 80
targetPort: 80