Skip to content

Instantly share code, notes, and snippets.

@vaidik
Last active June 9, 2021 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vaidik/ddf1da2f0b4063fd43dc984bfbd9c07e to your computer and use it in GitHub Desktop.
Save vaidik/ddf1da2f0b4063fd43dc984bfbd9c07e to your computer and use it in GitHub Desktop.
Example Spec for Consul KV
apiVersion: grofers.io/v1
kind: ConsulKV
metadata:
name: grofers-dot-com
namespace: grofers-namespace
labels:
app: grofers-dot-com
data:
my-ecommerce-site:
delivery-charge: 100
redis:
host: http://localhost
database:
host: http://localhost
port: 5432
name: my-ecommerce-site-db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment