Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charts: provide example for nats chart #950

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ mongodb:
## Tolerations to schedule a workload to nodes with any architecture type. Required for deployment to GKE cluster.
## More info: https://cloud.google.com/kubernetes-engine/docs/how-to/prepare-arm-workloads-for-deployment#node-affinity-multi-arch-arm
nats:
# -- Uncomment to pass a global registry name to all NATS images
# global:
# image:
# registry: <registry-name>
# -- Uncomment to override the NATS Server image options
# container:
# image:
Expand All @@ -237,14 +241,14 @@ nats:
# pullPolicy:
# registry:
# -- NATS Box tolerations settings. Uncomment to schedule a multi-arch image to any available architecture type in a GCP Standard cluster.
# podTemplate:
# merge:
# spec:
# tolerations:
# - key: kubernetes.io/arch
# operator: Equal
# value: arm64
# effect: NoSchedule
# podTemplate:
# merge:
# spec:
# tolerations:
# - key: kubernetes.io/arch
# operator: Equal
# value: arm64
# effect: NoSchedule
config:
merge:
max_payload: << 8MB >>
Expand Down