Fixing service structure in deployment file base

This commit is contained in:
Tengku Achmad 2025-11-24 16:48:54 +07:00
parent 2664f59292
commit ecf1463f01
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -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