Skip to content

Commit fc123ef

Browse files
chore: Move Traffic Extensions example server image (#12710) (#884)
[upstream:ae390267f2cfdc2f4f39e4fdec1f6772aa80652b] Signed-off-by: Modular Magician <[email protected]>
1 parent c5e3b2b commit fc123ef

File tree

1 file changed

+1
-1
lines changed
  • network_services_lb_traffic_extension_basic

1 file changed

+1
-1
lines changed

network_services_lb_traffic_extension_basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ resource "google_compute_instance" "callouts_instance" {
262262

263263
# Initialize an Envoy's Ext Proc gRPC API based on a docker container
264264
metadata = {
265-
gce-container-declaration = "# DISCLAIMER:\n# This container declaration format is not a public API and may change without\n# notice. Please use gcloud command-line tool or Google Cloud Console to run\n# Containers on Google Compute Engine.\n\nspec:\n containers:\n - image: us-docker.pkg.dev/service-extensions/ext-proc/service-callout-basic-example-python:latest\n name: callouts-vm\n securityContext:\n privileged: false\n stdin: false\n tty: false\n volumeMounts: []\n restartPolicy: Always\n volumes: []\n"
265+
gce-container-declaration = "# DISCLAIMER:\n# This container declaration format is not a public API and may change without\n# notice. Please use gcloud command-line tool or Google Cloud Console to run\n# Containers on Google Compute Engine.\n\nspec:\n containers:\n - image: us-docker.pkg.dev/service-extensions-samples/callouts/python-example-basic:main\n name: callouts-vm\n securityContext:\n privileged: false\n stdin: false\n tty: false\n volumeMounts: []\n restartPolicy: Always\n volumes: []\n"
266266
google-logging-enabled = "true"
267267
}
268268

0 commit comments

Comments
 (0)