Fix service

This commit is contained in:
Marcus Noble 2021-05-01 18:51:32 +01:00
parent 04608e0cec
commit caa7a68e6f

View File

@ -29,8 +29,8 @@ metadata:
spec: spec:
type: ClusterIP type: ClusterIP
ports: ports:
- port: 8000 - port: 80
targetPort: web targetPort: auth
name: web name: web
selector: selector:
app: dashboard app: dashboard
@ -86,6 +86,7 @@ spec:
ports: ports:
- containerPort: 8000 - containerPort: 8000
protocol: TCP protocol: TCP
name: auth
resources: resources:
limits: limits:
memory: 125Mi memory: 125Mi