Skip to content

Instantly share code, notes, and snippets.

@akash-gautam
Created September 25, 2019 08:31
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 akash-gautam/f5e633cf978672a83edf0c61e97f0aa3 to your computer and use it in GitHub Desktop.
Save akash-gautam/f5e633cf978672a83edf0c61e97f0aa3 to your computer and use it in GitHub Desktop.
apiVersion: blog.velotio.com/v1alpha1
kind: BookStore
metadata:name: example-bookstore
spec:
bookApp:
repository: "akash125/pyapp"
tag: latest
imagePullPolicy: "IfNotPresent"
replicas: 1
port: 80
targetPort: 3000
serviceType: "LoadBalancer"
bookDB:
repository: "mongo"
tag: latest
imagePullPolicy: "IfNotPresent"
replicas: 1
port: 27017
dbSize: 2Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment