Created
June 4, 2019 05:43
-
-
Save shri-kanth/faf7aec6ba1debde1e42472c502220ca 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