Update service name and ports in deployment.yaml
This commit is contained in:
parent
8c46bbb9c2
commit
6fedf73e0d
@ -21,12 +21,13 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: apkt-eis-node
|
name: apkt-eis-service
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
|
||||||
ports:
|
|
||||||
- port: 80
|
|
||||||
nodePort: 32166
|
|
||||||
name: http
|
|
||||||
selector:
|
selector:
|
||||||
name: apkt-eis
|
app: apkt-eis
|
||||||
|
ports:
|
||||||
|
- protocol: TCP
|
||||||
|
port: 80
|
||||||
|
targetPort: 80
|
||||||
|
type: NodePort
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user