Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 25, 2020 09:43
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/182b926d60a95a616735a4c092b0aa01 to your computer and use it in GitHub Desktop.
Save velotiotech/182b926d60a95a616735a4c092b0aa01 to your computer and use it in GitHub Desktop.
Bookstore cr for ansible based operator blog
apiVersion: blog.velotio.com/v1alpha1
kind: BookStore
metadata:
name: my-bookstore
spec:
image:
app:
repository: akash125/pyapp
tag: latest
pullPolicy: IfNotPresent
mongodb:
repository: mongo
tag: latest
pullPolicy: IfNotPresent
service:
app:
type: LoadBalancer
mongodb:
type: ClusterIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment