Fixing service structure in deployment file base
This commit is contained in:
parent
2664f59292
commit
ecf1463f01
|
|
@ -72,7 +72,3 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
selector:
|
selector:
|
||||||
app: employee-backend
|
app: employee-backend
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- image: docker.io/adelyao/employee-be:test
|
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,3 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
selector:
|
selector:
|
||||||
app: employee-frontend
|
app: employee-frontend
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- image: docker.io/adelyao/employee-fe:test
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue