Merge pull request #2950 from tmatias/add_metadata_name
add metadata name to HPA v2 example
This commit is contained in:
commit
4fc2b6bf79
|
@ -211,6 +211,8 @@ the ReplicationController being autoscaled.
|
|||
```yaml
|
||||
kind: HorizontalPodAutoscaler
|
||||
apiVersion: autoscaling/v2alpha1
|
||||
metadata:
|
||||
name: WebFrontend
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
kind: ReplicationController
|
||||
|
|
Loading…
Reference in New Issue