17 lines
249 B
YAML
17 lines
249 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: tududi
|
|
name: tududi
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|
|
targetPort: 3002
|
|
selector:
|
|
app: tududi
|
|
type: LoadBalancer
|
|
status:
|
|
loadBalancer: {}
|