Skip to content

Commit

Permalink
Shorten the values.yaml to include just parent key for workload name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi committed Nov 9, 2022
1 parent 643ce37 commit f2116dc
Showing 1 changed file with 29 additions and 56 deletions.
85 changes: 29 additions & 56 deletions K8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,68 +24,41 @@ openshift: false

ocCreateRoute: false

######################################
# Affinities for individual workloads
# set in the following way:
# <workload>:
# affinity: {}
# nodeSelector: {}
# tolerations: []
######################################

cart: {}

catalogue: {}

dispatch: {}

mongodb: {}

mysql: {}

payment:
# Alternative payment gateway URL
# Default is https://www.paypal.com
gateway: null
#gateway: https://www.worldpay.com
affinity: {}
nodeSelector: {}
tolerations: []

rabbitmq: {}

ratings: {}

redis:
# Storage class to use with redis statefulset.
storageClassName: standard
affinity: {}
nodeSelector: {}
tolerations: []

cart:
affinity: {}
nodeSelector: {}
tolerations: []

catalogue:
affinity: {}
nodeSelector: {}
tolerations: []

dispatch:
affinity: {}
nodeSelector: {}
tolerations: []

mongodb:
affinity: {}
nodeSelector: {}
tolerations: []

mysql:
affinity: {}
nodeSelector: {}
tolerations: []

rabbitmq:
affinity: {}
nodeSelector: {}
tolerations: []

ratings:
affinity: {}
nodeSelector: {}
tolerations: []

shipping:
affinity: {}
nodeSelector: {}
tolerations: []

user:
affinity: {}
nodeSelector: {}
tolerations: []

web:
affinity: {}
nodeSelector: {}
tolerations: []

shipping: {}

user: {}

web: {}

0 comments on commit f2116dc

Please sign in to comment.