backend test

This commit is contained in:
Stefan Prodan
2018-02-14 01:15:04 +02:00
parent f830100c0c
commit 3369d03e47

View File

@@ -45,6 +45,12 @@ helm upgrade --reuse-values backend \
./chart/stable/podinfo
```
Check if the backend ClusterIP service is accessible from within the cluster:
```bash
helm test --cleanup backend
```
Wait for HPA to start receiving metrics:
```bash