You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/5-the-deployments-strike-back/3-a-b-deployments.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Before we jumping to A/B deployment, let's deploy Matomo through Argo CD.
92
92
93
93
### A/B Deployment
94
94
95
-
1. Let's deploy our experiment we want to compare - let's call this `B` and we'll use our existing Pet Battle deployment as `A`. Adjust the `source_ref` helm chart version and `image_version` to match what you have built.
95
+
1. Let's deploy our experiment we want to compare - let's call this `B`. Adjust the `source_ref` helm chart version and `image_version` to match what you have built.
@@ -122,7 +122,9 @@ Before we jumping to A/B deployment, let's deploy Matomo through Argo CD.
122
122
EOF
123
123
```
124
124
125
-
2. Extend the cofiguration for the existing Pet Battle deployment (`A`) by adding the `a_b_deploy` properties to the `values` section. Copy the below lines under `pet-battle` application definition in `/projects/tech-exercise/pet-battle/test/values.yaml` file.
125
+
We will use our existing Pet Battle deployment as `A`.
126
+
127
+
2. Extend the configuration for the existing Pet Battle deployment (`A`) by adding the `a_b_deploy` properties to the `values` section. Copy the below lines under `pet-battle` application definition in `/projects/tech-exercise/pet-battle/test/values.yaml` file.
126
128
127
129
```yaml
128
130
a_b_deploy:
@@ -131,7 +133,7 @@ Before we jumping to A/B deployment, let's deploy Matomo through Argo CD.
131
133
svc_name: pet-battle-b
132
134
```
133
135
134
-
The `pet-battle` definition in `test/values.yaml` should look something like this (the version numbers may be different):
136
+
The `pet-battle-a` definition in `test/values.yaml` should look something like this (the version numbers may be different):
135
137
136
138
<div class="highlight" style="background: #f7f7f7">
137
139
<pre><code class="language-yaml">
@@ -208,10 +210,10 @@ And as always, push it to the Git repository - <strong>Because if it's not in Gi
0 commit comments