Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
Signed-off-by: Gidi233 <[email protected]>
  • Loading branch information
Gidi233 committed Sep 13, 2024
1 parent a7a9cf9 commit 7a5c768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/rollout/blue_greenNginx.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps.kurator.dev/v1alpha1
kind: Application
metadata:
name: abtesting-nginx-demo
name: blue-green-nginx-demo
namespace: default
spec:
source:
Expand Down
4 changes: 2 additions & 2 deletions examples/rollout/canaryKuma.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps.kurator.dev/v1alpha1
kind: Application
metadata:
name: rollout-demo
name: rollout-kuma-demo
namespace: default
spec:
source:
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
webhooks:
timeoutSeconds: 60
command:
- "hey -z 1m -q 10 -c 2 http://app.example.com/"
- "hey -z 1m -q 10 -c 2 http://podinfo-canary.test:9898/"
rolloutTimeoutSeconds: 600
- destination:
fleet: quickstart
Expand Down
2 changes: 1 addition & 1 deletion examples/rollout/canaryNginx.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps.kurator.dev/v1alpha1
kind: Application
metadata:
name: rollout-demo
name: rollout-nginx-demo
namespace: default
spec:
source:
Expand Down

0 comments on commit 7a5c768

Please sign in to comment.