Last active
June 4, 2022 00:42
-
-
Save Neutrollized/78c8d73bce58fd40b476505ae7a8ad43 to your computer and use it in GitHub Desktop.
Medium: Getting started with GKE Gateway Controller
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: infra-ns | |
labels: | |
shared-gateway-access: "true" | |
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: store-ns | |
labels: | |
shared-gateway-access: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment