Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 25, 2020 09:40
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/9102cb1675dc98324b3eb331425b535b to your computer and use it in GitHub Desktop.
Save velotiotech/9102cb1675dc98324b3eb331425b535b to your computer and use it in GitHub Desktop.
apiVersion: velotio.com/v1alpha1
kind: BookStore
metadata:
name: example-bookstore
spec:
# Default values copied from <project_dir>/helm-charts/book-store/values.yaml
# Default values for book-store.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
app:
repository: akash125/pyapp
tag: latest
pullPolicy: IfNotPresent
mongodb:
repository: mongo
tag: latest
pullPolicy: IfNotPresent
service:
app:
type: LoadBalancer
port: 80
targetPort: 3000
mongodb:
type: ClusterIP
port: 27017
targetPort: 27017
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment