2020-04-21 14:29:48 +00:00
|
|
|
#!/bin/bash
|
2023-03-28 22:48:58 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
2023-08-11 13:12:13 +00:00
|
|
|
# SPDX-License-Identifier: BUSL-1.1
|
2023-03-28 22:48:58 +00:00
|
|
|
|
2020-04-21 14:29:48 +00:00
|
|
|
|
|
|
|
snapshot_envoy_admin localhost:20000 ingress-gateway primary || true
|
|
|
|
snapshot_envoy_admin localhost:19001 s2 secondary || true
|
|
|
|
snapshot_envoy_admin localhost:19002 mesh-gateway primary || true
|
|
|
|
snapshot_envoy_admin localhost:19003 mesh-gateway secondary || true
|