Fix service

This commit is contained in:
Marcus Noble 2021-05-01 18:51:32 +01:00
parent 04608e0cec
commit caa7a68e6f
1 changed files with 3 additions and 2 deletions

View File

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