Skip to content

Commit 9bfb5bd

Browse files
committed
app engine: copy app engine configuration to app.yaml and app.gotip.yaml
It doesn't look like `includes` works the way I thought it did. Just copy configuration for now. Change-Id: Id4ce037f116dc28d57b156cbe92e5ba38f17e91d Reviewed-on: https://go-review.googlesource.com/c/playground/+/363234 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
1 parent f8a58a0 commit 9bfb5bd

File tree

3 files changed

+40
-25
lines changed

3 files changed

+40
-25
lines changed

app.gotip.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
service: gotipplay
2-
includes:
3-
- playground.yaml
2+
runtime: custom
3+
env: flex
4+
5+
network:
6+
name: projects/golang-org/global/networks/golang
7+
8+
resources:
9+
cpu: 2
10+
memory_gb: 2
11+
12+
automatic_scaling:
13+
min_num_instances: 5
14+
15+
readiness_check:
16+
path: "/_ah/health"
17+
check_interval_sec: 10
18+
19+
env_variables:
20+
MEMCACHED_ADDR: 'memcached-play-golang:11211'
21+

app.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
service: play
2-
includes:
3-
- playground.yaml
2+
runtime: custom
3+
env: flex
4+
5+
network:
6+
name: projects/golang-org/global/networks/golang
7+
8+
resources:
9+
cpu: 2
10+
memory_gb: 2
11+
12+
automatic_scaling:
13+
min_num_instances: 5
14+
15+
readiness_check:
16+
path: "/_ah/health"
17+
check_interval_sec: 10
18+
19+
env_variables:
20+
MEMCACHED_ADDR: 'memcached-play-golang:11211'
21+

playground.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)