diff options
author | Alec Warner <antarus@gentoo.org> | 2018-12-27 12:25:16 -0500 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2018-12-27 12:25:16 -0500 |
commit | f5b4bcc0ff6374b1afb56dafbd3cc6f08afdd9a9 (patch) | |
tree | aa18ff8c6b65fcb475a78ca40d0ae0861d10324e | |
parent | Refactor rsync to add autoscaler and mig. (diff) | |
download | antarus-f5b4bcc0ff6374b1afb56dafbd3cc6f08afdd9a9.tar.gz antarus-f5b4bcc0ff6374b1afb56dafbd3cc6f08afdd9a9.tar.bz2 antarus-f5b4bcc0ff6374b1afb56dafbd3cc6f08afdd9a9.zip |
gce-container... not gcs.
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rw-r--r-- | src/infra.gentoo.org/rsync.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infra.gentoo.org/rsync.tf b/src/infra.gentoo.org/rsync.tf index bc7897d..85eaec9 100644 --- a/src/infra.gentoo.org/rsync.tf +++ b/src/infra.gentoo.org/rsync.tf @@ -33,7 +33,7 @@ resource "google_compute_instance_template" "rsync-node-template" { metadata { google-logging-enabled = "true" - gcs-container-declaration = "spec:\n containers:\n - name: rsync-4\n image: us.gcr.io/gentoo-infra-dev/rsync-node:prod\n securityContext:\n privileged: true\n stdin: false\n tty: false\n restartPolicy: Always\n\n# This container declaration format is not public API and may change without notice. Please\n# use gcloud command-line tool or Google Cloud Console to run Containers on Google Compute Engine." + gce-container-declaration = "spec:\n containers:\n - name: rsync-4\n image: us.gcr.io/gentoo-infra-dev/rsync-node:prod\n securityContext:\n privileged: true\n stdin: false\n tty: false\n restartPolicy: Always\n\n# This container declaration format is not public API and may change without notice. Please\n# use gcloud command-line tool or Google Cloud Console to run Containers on Google Compute Engine." } service_account { |