Merge pull request #161 from jsenon/patch-1

Update example
This commit is contained in:
Sergiusz Urbaniak 2019-07-15 10:50:33 +02:00 committed by GitHub
commit 7e520a889e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,9 +87,9 @@ spec:
containers:
- image: luxas/autoscale-demo:v0.1.2
name: metrics-provider
ports:
- name: http
port: 8080
ports:
- name: http
containerPort: 8080
```
</details>