www/manifest/service.yaml

11 lines
166 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: techaro-lol
spec:
ports:
- protocol: TCP
port: 80
targetPort: 3000
name: http
type: ClusterIP