mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
22 lines
413 B
YAML
22 lines
413 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: sample-app
|
|
labels:
|
|
app: sample-app
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: sample-app
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: sample-app
|
|
spec:
|
|
containers:
|
|
- image: luxas/autoscale-demo:v0.1.2
|
|
name: metrics-provider
|
|
ports:
|
|
- name: http
|
|
containerPort: 8080
|