Created
February 13, 2022 11:37
-
-
Save weikangchia/b7be36217c922c7d01e51689c8d049e6 to your computer and use it in GitHub Desktop.
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: ConfigMap | |
metadata: | |
name: krakend-cm | |
labels: | |
name: krakend-cm | |
data: | |
krakend.json: | | |
{ | |
"version": 2, | |
"endpoints": [] | |
"extra_config": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment