fix: name service port
This commit is contained in:
parent
cf56ed8de8
commit
c4ac417a64
|
|
@ -79,7 +79,8 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
app: txt2md
|
app: txt2md
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- name: http
|
||||||
|
protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue