mirror of
https://github.com/kemko/slurm.git
synced 2026-01-01 07:45:49 +03:00
fix replicaset
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: my-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: my.host.foo
|
||||
- host: students01.k8s.slurm.io
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: ReplicaSet
|
||||
metadata:
|
||||
name: my-replicaset-2
|
||||
name: my-replicaset
|
||||
spec:
|
||||
replicas: 0
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: my-app
|
||||
|
||||
Reference in New Issue
Block a user