14 lines
184 B
YAML
14 lines
184 B
YAML
---
|
|
apiVersion: "v1"
|
|
kind: "Service"
|
|
metadata:
|
|
name: "hello2"
|
|
namespace: "default"
|
|
spec:
|
|
ports:
|
|
- protocol: "TCP"
|
|
name: hello2
|
|
port: 8080
|
|
selector:
|
|
app: "hello2"
|