-
-
Save sahanasj/ef34d5e0c096898710fb49ad7514f9ee to your computer and use it in GitHub Desktop.
File exposing configuration related to back-end application Setup
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
# ConfigMap to expose configuration related to backend application | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: backend-conf # name of configMap | |
data: | |
server-uri: 34.66.207.42 # enternal ip of backend application 'Service' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment