Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed Dec 3, 2024
1 parent 5f7aa81 commit 32baa84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/guardrails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Helm chart for WhyLabs Guardrails

- [Prerequisites](#prerequisites)
- [Configuring WhyLabs credentials](#whylabs-credentials)
- [Helm Chart Installation & Upgrades](#installation-upgrades)
- [Helm Chart Installation & Upgrades](#installation--upgrades)
- [Exposing Guardrails Outside Kubernetes](#exposing-guardrails-outside-kubernetes)
- [Horizontal Pod Autoscaling (HPA)](#horizontal-pod-autoscaling-hpa)

Expand Down Expand Up @@ -307,7 +307,7 @@ autoscaling:
| nodeSelector | object | `{}` | Node labels to match for `Pod` [scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). |
| podAnnotations | object | `{}` | Annotations to add to the `Pod`. |
| podLabels | object | `{}` | Labels to add to the `Pod`. |
| podSecurityContext | object | `{"runAsNonRoot":true}` | [Pod security context](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podsecuritycontext-v1-core), this supports full customisation. |
| podSecurityContext | object | `{"runAsNonRoot":true}` | [Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod), this supports full customisation. |
| readinessProbe | object | `{"failureThreshold":2,"httpGet":{"path":"/health","port":8000},"periodSeconds":10}` | [Readiness probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) configuration for the `guardrails` container. Failed readinessProbes remove the pod from the service. |
| replicaCount | int | `4` | Number of replicas for the service. |
| resources | object | `{"limits":{"cpu":"4","ephemeral-storage":"250Mi","memory":"4Gi"},"requests":{"cpu":"4","ephemeral-storage":"250Mi","memory":"4Gi"}}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the `guardrails` container. |
Expand Down
2 changes: 1 addition & 1 deletion charts/guardrails/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- [Prerequisites](#prerequisites)
- [Configuring WhyLabs credentials](#whylabs-credentials)
- [Helm Chart Installation & Upgrades](#installation-upgrades)
- [Helm Chart Installation & Upgrades](#installation--upgrades)
- [Exposing Guardrails Outside Kubernetes](#exposing-guardrails-outside-kubernetes)
- [Horizontal Pod Autoscaling (HPA)](#horizontal-pod-autoscaling-hpa)

Expand Down
2 changes: 1 addition & 1 deletion charts/guardrails/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ podAnnotations: {}
podLabels: {}

# -- [Pod security
# context](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podsecuritycontext-v1-core), this
# context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod), this
# supports full customisation.
podSecurityContext:
runAsNonRoot: true
Expand Down

0 comments on commit 32baa84

Please sign in to comment.