blob: d7bc0c5b6d7b95ab411c49690960db2bff7e0e96 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: tasks
labels:
app: tasks
component: infra
spec:
type: LoadBalancer
loadBalancerIP: 1.2.3.4 # static ip
ports:
- port: 443
targetPort: 7443
protocol: TCP
name: http
selector:
app: tasks