Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 8a6c9c1

Browse files
authored
MRG: Merge pull request #16 from octue/use-correct-octue-version
Use correct octue version
2 parents dcc87ec + 991e865 commit 8a6c9c1

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

octue.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,4 @@ services:
22
- namespace: octue
33
name: example-service-cloud-run
44
app_source_path: example_service_cloud_run
5-
project_name: octue-sdk-python
6-
region: europe-west1
7-
repository_owner: octue
8-
repository_name: example-service-cloud-run
9-
minimum_instances: 0
10-
maximum_instances: 10
11-
concurrency: 10
12-
branch_pattern: ^main$
13-
memory: 512Mi
14-
cpus: 1
15-
environment_variables:
16-
- name: LOREM
17-
value: ipsum
185
app_configuration_path: app_configuration.json

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "example-service-cloud-run"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "An example Octue service for deploying to Google Cloud Run."
55
authors = ["Marcus Lugg <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)