15 lines
221 B
YAML
15 lines
221 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: todo-frontend
|
|
namespace: todo-prod
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: todo-frontend
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
protocol: TCP
|
|
nodePort: 30080
|