Skip to content

Instantly share code, notes, and snippets.

@sigismund
Created October 27, 2022 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigismund/14d491262d9afed720b3e0a2a65623c8 to your computer and use it in GitHub Desktop.
Save sigismund/14d491262d9afed720b3e0a2a65623c8 to your computer and use it in GitHub Desktop.
Create proxy GCP Service endpoint
swagger: "2.0"
info:
title: Simple service endpoint for GCP
version: 1.0.0
host: $DOMAIN_NAME
x-google-endpoints:
- name: $DOMAIN_NAME
target: $IP_ADDR
x-google-allow: all
basePath: /
paths: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment