mirror of
https://github.com/kemko/slurm.git
synced 2026-01-01 15:55:48 +03:00
20 lines
324 B
YAML
20 lines
324 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: ReplicaSet
|
|
metadata:
|
|
name: my-replicaset
|
|
spec:
|
|
replicas: 2
|
|
selector:
|
|
matchLabels:
|
|
app: my-app
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: my-app
|
|
spec:
|
|
containers:
|
|
- image: nginx:1.13
|
|
name: nginx
|
|
ports:
|
|
- containerPort: 80
|