Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 25, 2020 09:51
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 velotiotech/bc9a851331519adfc4187bfd6be2ec5b to your computer and use it in GitHub Desktop.
Save velotiotech/bc9a851331519adfc4187bfd6be2ec5b 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