yaml: Update comments docs links

This commit is contained in:
Guspan Tanadi
2025-04-15 13:52:24 +07:00
committed by Anders Kaseorg
parent dd5de6069b
commit a7c8323752

View File

@@ -14,7 +14,7 @@ image:
## overwritten with a full HTTPS address. ## overwritten with a full HTTPS address.
repository: zulip/docker-zulip repository: zulip/docker-zulip
## Pull policy for Zulip docker image. ## Pull policy for Zulip docker image.
## Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## Ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Zulip image tag (immutable tags are recommended) ## Zulip image tag (immutable tags are recommended)
tag: "10.2-0" tag: "10.2-0"
@@ -112,7 +112,7 @@ resources:
## Optionally add a nodeSelector to the Zulip pod, so it runs on a specific ## Optionally add a nodeSelector to the Zulip pod, so it runs on a specific
## node. ## node.
## Ref: https://kubernetes.io/docs/user-guide/node-selection/ ## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector
nodeSelector: {} nodeSelector: {}
## Tolerations for pod assignment. ## Tolerations for pod assignment.