Created
August 21, 2020 20:50
-
-
Save afirth/7823ad7189ca3fb6ff0b6d5a858da400 to your computer and use it in GitHub Desktop.
kustomize patch service for NEGs ingress (GKE)
This file contains hidden or 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
patchesJSON6902: | |
- target: | |
version: v1 | |
kind: Service | |
name: NAME | |
namespace: NS | |
patch: |- | |
- op: add | |
path: "/metadata/annotations" | |
value: | |
cloud.google.com/neg: '{"ingress": true}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment