Files
hunfabric/tests/modules/cloud_run_v2/examples/gpu-job.yaml
2025-08-13 15:21:27 +02:00

62 lines
1.7 KiB
YAML

# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
values:
module.job.google_cloud_run_v2_job.job[0]:
annotations: null
binary_authorization: []
client: null
client_version: null
deletion_protection: false
effective_labels:
goog-terraform-provisioned: 'true'
labels: null
location: europe-west8
name: job
project: project-id
run_execution_token: null
start_execution_token: null
template:
- annotations: null
labels: null
template:
- containers:
- args: null
command: null
depends_on: null
env: []
image: us-docker.pkg.dev/cloudrun/container/hello
name: hello
ports: []
resources:
- limits:
nvidia.com/gpu: '1'
volume_mounts: []
working_dir: null
encryption_key: null
gpu_zonal_redundancy_disabled: true
max_retries: 3
node_selector:
- accelerator: nvidia-l4
volumes: []
vpc_access: []
terraform_labels:
goog-terraform-provisioned: 'true'
timeouts: null
counts:
google_cloud_run_v2_job: 1
modules: 1
resources: 1