update
This commit is contained in:
@@ -29,8 +29,10 @@ spec:
|
||||
ports:
|
||||
- containerPort: 5101
|
||||
protocol: TCP
|
||||
name: server
|
||||
- containerPort: 3000
|
||||
protocol: TCP
|
||||
name: web
|
||||
resources: {}
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
|
||||
@@ -7,10 +7,10 @@ spec:
|
||||
ports:
|
||||
- port: 5101
|
||||
targetPort: 5101
|
||||
name: client
|
||||
name: server
|
||||
- port: 3000
|
||||
targetPort: 3000
|
||||
name: http
|
||||
name: web
|
||||
selector:
|
||||
app: retrom
|
||||
sessionAffinity: None
|
||||
|
||||
Reference in New Issue
Block a user