Skip to content

Commit

Permalink
Fixed replica reference for celery worker in Kubernetes.MD (#10842)
Browse files Browse the repository at this point in the history
* Update KUBERNETES.md

Fixed the replica reference for celery(beat & workers). The old reference doesn't exist based on the fields in the helm values file.

* Update readme-docs/KUBERNETES.md

Co-authored-by: kiblik <[email protected]>

* Update readme-docs/KUBERNETES.md

Co-authored-by: kiblik <[email protected]>

---------

Co-authored-by: kiblik <[email protected]>
  • Loading branch information
zazathomas and kiblik authored Sep 6, 2024
1 parent 6e937ef commit c87c419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme-docs/KUBERNETES.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ helm install \
--set host="defectdojo.${TLS_CERT_DOMAIN}" \
--set django.ingress.secretName="minikube-tls" \
--set django.replicas=3 \
--set celery.replicas=3 \
--set celery.worker.replicas=3 \
--set redis.replicas=3 \
--set createSecret=true \
--set createRedisSecret=true \
Expand All @@ -302,7 +302,7 @@ helm install \
--namespace="${K8S_NAMESPACE}" \
--set host="defectdojo.${TLS_CERT_DOMAIN}" \
--set django.replicas=3 \
--set celery.replicas=3 \
--set celery.worker.replicas=3 \
--set redis.replicas=3 \
--set django.ingress.secretName="minikube-tls" \
--set database=postgresql \
Expand Down

0 comments on commit c87c419

Please sign in to comment.