1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-23 17:53:05 +02:00
2020-12-26 15:17:20 +00:00

16 lines
223 B
YAML

apiVersion: v1
kind: Service
metadata:
name: micro-web
namespace: micro
labels:
name: micro-web
spec:
ports:
- name: http
port: 80
targetPort: 8082
selector:
name: micro-web
type: LoadBalancer