Skip to content

Instantly share code, notes, and snippets.

@sahanasj
Forked from shri-kanth/backend-configMap.yaml
Created July 23, 2019 12:00
Show Gist options
  • Save sahanasj/ef34d5e0c096898710fb49ad7514f9ee to your computer and use it in GitHub Desktop.
Save sahanasj/ef34d5e0c096898710fb49ad7514f9ee 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