This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure to increase resource requests and limits before using this example in production. | |
# For examples with more realistic resource configuration, see | |
# ray-cluster.complete.large.yaml and | |
# ray-cluster.autoscaler.large.yaml. | |
kind: ConfigMap | |
apiVersion: v1 | |
metadata: | |
name: redis-config | |
labels: | |
app: redis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure to increase resource requests and limits before using this example in production. | |
# For examples with more realistic resource configuration, see | |
# ray-cluster.complete.large.yaml and | |
# ray-cluster.autoscaler.large.yaml. | |
apiVersion: ray.io/v1alpha1 | |
kind: RayService | |
metadata: | |
name: rayservice-sample | |
spec: | |
serviceUnhealthySecondThreshold: 300 # Config for the health check threshold for service. Default value is 60. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure to increase resource requests and limits before using this example in production. | |
# For examples with more realistic resource configuration, see | |
# ray-cluster.complete.large.yaml and | |
# ray-cluster.autoscaler.large.yaml. | |
apiVersion: ray.io/v1alpha1 | |
kind: RayService | |
metadata: | |
name: rayservice-sample | |
spec: | |
serviceUnhealthySecondThreshold: 300 # Config for the health check threshold for service. Default value is 60. |