mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
sample hpa
This commit is contained in:
parent
d2deecefbc
commit
4a930b2843
9 changed files with 167 additions and 11 deletions
15
deploy/addepar/sample-hpa/sample-app.service.yaml
Normal file
15
deploy/addepar/sample-hpa/sample-app.service.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: sample-app
|
||||
name: sample-app
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: sample-app
|
||||
type: ClusterIP
|
||||
Loading…
Add table
Add a link
Reference in a new issue