initial commit
Some checks failed
CI Pipeline / Build and Test (push) Successful in 4s
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 7s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 7s
Security Scanning / Security Summary (push) Failing after 3s
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Some checks failed
CI Pipeline / Build and Test (push) Successful in 4s
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 7s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 7s
Security Scanning / Security Summary (push) Failing after 3s
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Change-Id: I8e318861a258686ddc53dda08858f74c573a6520
This commit is contained in:
21
chart/templates/NOTES.txt
Normal file
21
chart/templates/NOTES.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
=======================================================================================
|
||||
|
||||
|
||||
██████╗ ████████╗███████╗██╗ ██████╗ ███████╗███╗ ███╗ ██████╗
|
||||
██╔═══██╗╚══██╔══╝██╔════╝██║ ██╔══██╗██╔════╝████╗ ████║██╔═══██╗
|
||||
██║ ██║ ██║ █████╗ ██║ ██║ ██║█████╗ ██╔████╔██║██║ ██║
|
||||
██║ ██║ ██║ ██╔══╝ ██║ ██║ ██║██╔══╝ ██║╚██╔╝██║██║ ██║
|
||||
╚██████╔╝ ██║ ███████╗███████╗ ██████╔╝███████╗██║ ╚═╝ ██║╚██████╔╝
|
||||
╚═════╝ ╚═╝ ╚══════╝╚══════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝
|
||||
|
||||
|
||||
- All services are available via the Frontend proxy: http://localhost:8080
|
||||
by running these commands:
|
||||
kubectl --namespace {{ .Release.Namespace }} port-forward svc/frontend-proxy 8080:8080
|
||||
|
||||
The following services are available at these paths after the frontend-proxy service is exposed with port forwarding:
|
||||
Webstore http://localhost:8080/
|
||||
Jaeger UI http://localhost:8080/jaeger/ui/
|
||||
Grafana http://localhost:8080/grafana/
|
||||
Load Generator UI http://localhost:8080/loadgen/
|
||||
Feature Flags UI http://localhost:8080/feature/
|
||||
Reference in New Issue
Block a user