Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update k8s-prometheus-metric-sample.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eminaktas authored Apr 3, 2021
1 parent 1e51280 commit 5c92546
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions examples/k8s-prometheus-metric-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ roleRef:
apiGroup: ""
---
apiVersion: v1
kind: Secret
metadata:
name: kube-config-file
stringData:
config: |
# Put the content of the .kube/config file here
---
apiVersion: v1
kind: Pod
metadata:
name: k8s-workload-scaler
Expand Down Expand Up @@ -103,4 +95,4 @@ spec:
- name: scaling-in-threshold-value
value: "0.2"
- name: rate_value
value: "300" # 5 min
value: "300" # 5 min

0 comments on commit 5c92546

Please sign in to comment.