11 lines
166 B
YAML
11 lines
166 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: techaro-lol
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 3000
|
|
name: http
|
|
type: ClusterIP |