-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding perf test component Signed-off-by: MD Ashique <[email protected]> * Adding bicep templates for creating perf test dashboard Signed-off-by: MD Ashique <[email protected]> * Adding authentication for prometheus pushgateway Signed-off-by: MD Ashique <[email protected]> * Adding dapr perf test azure resources bicep Signed-off-by: MD Ashique <[email protected]> * Adding dapr perf test azure resources bicep Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * Update deploy/aks/monitoring/perf/README.md Co-authored-by: Tiago Alves Macambira <[email protected]> Signed-off-by: MD Ashique <[email protected]> * Update deploy/aks/monitoring/perf/README.md Co-authored-by: Tiago Alves Macambira <[email protected]> Signed-off-by: MD Ashique <[email protected]> * Update deploy/aks/monitoring/perf/README.md Co-authored-by: Tiago Alves Macambira <[email protected]> Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> * perf-test resouce creation Signed-off-by: MD Ashique <[email protected]> --------- Signed-off-by: MD Ashique <[email protected]> Co-authored-by: Tiago Alves Macambira <[email protected]>
- Loading branch information
Showing
3 changed files
with
123 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: cert-manager.io/v1 | ||
kind: ClusterIssuer | ||
metadata: | ||
name: letsencrypt | ||
spec: | ||
acme: | ||
server: https://acme-v02.api.letsencrypt.org/directory | ||
email: MY_EMAIL_ADDRESS | ||
privateKeySecretRef: | ||
name: letsencrypt | ||
solvers: | ||
- http01: | ||
ingress: | ||
class: nginx | ||
podTemplate: | ||
spec: | ||
nodeSelector: | ||
"kubernetes.io/os": linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters