Skip to content

Commit

Permalink
chore: Use more clear example for ScaleJob docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Feb 7, 2024
1 parent aa6f953 commit 79c402b
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 60 deletions.
8 changes: 4 additions & 4 deletions content/docs/2.0/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.1/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.10/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.11/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.12/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.13/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.14/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.2/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.3/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.4/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.5/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.6/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.7/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.8/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down
8 changes: 4 additions & 4 deletions content/docs/2.9/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ spec:
template:
spec:
containers:
- name: rabbitmq-client
image: tsuyoshiushio/rabbitmq-client:dev3
- name: demo-rabbitmq-client
image: demo-rabbitmq-client:1
imagePullPolicy: Always
command: ["receive", "amqp://user:[email protected]:5672", "job"]
command: ["receive", "amqp://user:[email protected]:5672"]
envFrom:
- secretRef:
name: rabbitmq-consumer
name: rabbitmq-consumer-secrets
restartPolicy: Never
backoffLimit: 4
pollingInterval: 10 # Optional. Default: 30 seconds
Expand Down

0 comments on commit 79c402b

Please sign in to comment.