mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-27 10:03:34 +00:00
yaml: Update comments docs links
This commit is contained in:
committed by
Anders Kaseorg
parent
dd5de6069b
commit
a7c8323752
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user