feat: xlog LoadBalancer

This commit is contained in:
sljeff 2022-08-17 08:51:11 +08:00
parent c96edcdc79
commit 6c2017326e
1 changed files with 15 additions and 0 deletions

View File

@ -12,3 +12,18 @@ spec:
protocol: TCP
port: 3000
targetPort: 3000
---
apiVersion: v1
kind: Service
metadata:
name: xlog-lb
namespace: crossbell
spec:
type: LoadBalancer
selector:
app: xlog
ports:
- name: http
protocol: TCP
port: 80
targetPort: 3000