Fix service
This commit is contained in:
parent
04608e0cec
commit
caa7a68e6f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user