mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
16 lines
229 B
YAML
16 lines
229 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: micro-proxy
|
||
|
namespace: micro
|
||
|
labels:
|
||
|
name: micro-proxy
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: http
|
||
|
port: 80
|
||
|
targetPort: 8081
|
||
|
selector:
|
||
|
name: micro-proxy
|
||
|
type: LoadBalancer
|