11 lines
183 B
YAML
11 lines
183 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: hello
|
|
namespace: hello
|
|
spec:
|
|
type: NodePort
|
|
selector: { app: hello }
|
|
ports:
|
|
- { port: 80, targetPort: 80, nodePort: 30082 }
|