xLog/deploy/prod/svc.yaml

15 lines
218 B
YAML

apiVersion: v1
kind: Service
metadata:
name: xlog-internal
namespace: crossbell
spec:
type: ClusterIP
selector:
app: xlog
ports:
- name: http
protocol: TCP
port: 80
targetPort: 3000