Skip to content

Commit 9c08746

Browse files
committed
update production IP
1 parent 344d754 commit 9c08746

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Create new server instance:
128128
```bash
129129
gcloud compute instances create-with-container gpt-bayes \
130130
--machine-type e2-standard-4 \
131-
--boot-disk-size 20GB \
132-
--image cos-stable-117-18613-164-4 \
131+
--boot-disk-size 200GB \
132+
--image cos-stable-117-18613-164-13 \
133133
--image-project cos-cloud \
134134
--zone us-central1-a \
135135
--container-image=us-central1-docker.pkg.dev/bayes-gpt/gpt-bayes/gpt-bayes:latest \
@@ -138,7 +138,7 @@ Create new server instance:
138138
gcloud compute instances create-with-container dev-gpt-bayes \
139139
--machine-type e2-standard-4 \
140140
--boot-disk-size 20GB \
141-
--image cos-stable-117-18613-164-4 \
141+
--image cos-stable-117-18613-164-13 \
142142
--image-project cos-cloud \
143143
--zone us-central1-a \
144144
--container-image=us-central1-docker.pkg.dev/bayes-gpt/dev-gpt-bayes/dev-gpt-bayes:latest \

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ production:
66
repoName: gcr2gce-proxy
77
serviceName: gcr2gce-proxy
88
serverName: nextgen-mmm.pymc-labs.com
9-
ipAddress: 35.208.203.115
9+
ipAddress: 34.16.56.236
1010
port: 5000
1111
region: us-central1
1212
development:

0 commit comments

Comments
 (0)