Skip to content

Instantly share code, notes, and snippets.

@shri-kanth
Created June 4, 2019 05:43
Show Gist options
  • Save shri-kanth/faf7aec6ba1debde1e42472c502220ca to your computer and use it in GitHub Desktop.
Save shri-kanth/faf7aec6ba1debde1e42472c502220ca to your computer and use it in GitHub Desktop.
File exposing configuration related to back-end application Setup
# 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