homelab/jafner-dev/hello/Service.yaml

14 lines
181 B
YAML
Raw Normal View History

2023-03-30 00:30:41 -07:00
---
apiVersion: "v1"
kind: "Service"
metadata:
name: "hello"
namespace: "default"
spec:
ports:
- protocol: "TCP"
name: hello
port: 8080
selector:
app: "hello"