Skip to content

Instantly share code, notes, and snippets.

@akash-gautam
Created September 9, 2019 07:23
Show Gist options
  • Save akash-gautam/b154c3642ea496461e6bb1a805e67605 to your computer and use it in GitHub Desktop.
Save akash-gautam/b154c3642ea496461e6bb1a805e67605 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