mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 13:50:24 +00:00
25 lines
413 B
YAML
25 lines
413 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: hpa-v2-test
|
|
name: hpa-v2-test
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: hpa-v2-test
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: hpa-v2-test
|
|
spec:
|
|
containers:
|
|
- image: nginx:1.13
|
|
name: nginx
|
|
resources: {}
|
|
status: {}
|