11 lines
161 B
Text
11 lines
161 B
Text
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: legendary
|
|
spec:
|
|
selector:
|
|
app: legendary
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 4000
|