blob: 6a925262095fb30e3758880c222a0708781398a9 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: watcher
labels:
app: watcher
component: infra
domain: prod
spec:
type: LoadBalancer
loadBalancerIP: 1.2.3.4. # static ip
ports:
- port: 7788
targetPort: 7788
protocol: TCP
name: http
selector:
app: watcher