Skip to content

Commit

Permalink
Merge pull request #2073 from ballerina-platform/update-load-test
Browse files Browse the repository at this point in the history
Fix access log load test failure
  • Loading branch information
TharmiganK authored Jul 16, 2024
2 parents 6245acb + fbb0f20 commit bd9976c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
logs: "true"
spec:
containers:
- name: "accesslog_e-deployment"
- name: "accesslog_enabl-deployment"
imagePullPolicy: Always

2 changes: 1 addition & 1 deletion load-tests/accesslog_enabled/deployment/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
pathType: Prefix
backend:
service:
name: accesslog_e
name: accesslog_enabl
port:
number: 9090
tls:
Expand Down
2 changes: 1 addition & 1 deletion load-tests/accesslog_enabled/deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ patches:
group: apps
version: v1
kind: Deployment
name: accesslog_e-deployment
name: accesslog_enabl-deployment
2 changes: 1 addition & 1 deletion load-tests/accesslog_enabled/src/Cloud.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[container.image]
repository= "ballerina"
name="h1_h1_passthrough"
name="accesslog_enabled"

[cloud.deployment]
min_memory="256Mi"
Expand Down

0 comments on commit bd9976c

Please sign in to comment.