Skip to content

Commit c6c6140

Browse files
committed
updated 0.18
1 parent 22d7639 commit c6c6140

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/api/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- --git-ops-repo
2929
- github.com/cse-labs/res-edge-labs
3030
- --git-ops-branch
31-
- aks
31+
- main
3232
- --sleep
3333
- "60"
3434
env:

gitopsrepo/apps/go-vote/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: REGION
3030
value: rea.cluster.region
3131
- name: ZONE
32-
value: rea.cluster.zone
32+
value: rea.cluster.state
3333
- name: TITLE
3434
value: rea.application.title
3535
- name: KEY1

gitopsrepo/apps/imdb/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- --region
3030
- rea.cluster.region
3131
- --zone
32-
- rea.cluster.zone
32+
- rea.cluster.state
3333
ports:
3434
- name: http
3535
containerPort: 8080

labs/aks/deploy/api/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- --git-ops-repo
2828
- github.com/cse-labs/res-edge-labs
2929
- --git-ops-branch
30-
- aks-bartr
30+
- labs
3131
- --sleep
3232
- "60"
3333
env:

0 commit comments

Comments
 (0)