Skip to content

Commit f48dee1

Browse files
committed
🦑 fix svc lookups 🦑
1 parent ca2c1f2 commit f48dee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/5-the-deployments-strike-back/3-a-b-deployments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ Before we jumping to A/B deployment, let's deploy Matomo through Argo CD.
162162
4. Verify if you have the both service definition.
163163

164164
```bash
165-
oc get svc -l app.kubernetes.io/name=pet-battle -n ${TEAM_NAME}-test
166-
oc get svc -l app.kubernetes.io/name=pet-battle-b -n ${TEAM_NAME}-test
165+
oc get svc -l app.kubernetes.io/instance=pet-battle -n ${TEAM_NAME}-test
166+
oc get svc -l app.kubernetes.io/instance=pet-battle-b -n ${TEAM_NAME}-test
167167
```
168168

169169
5. Before verify the traffic redirection, let's make a simple application change to make this more visual! In the frontend, we'll change the banner along the top of the app. In your IDE, open `/projects/pet-battle/src/app/shell/header/header.component.html`. Uncomment the `<nav>` HTML Tag under the `<!-- Green #009B00 -->`.

0 commit comments

Comments
 (0)