Skip to content

Commit

Permalink
unique resource request for graphql server and indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 11, 2023
1 parent afbfe36 commit c26033a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/hub-nfts-solana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0
version: 0.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/hub-nfts-solana/templates/indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- secretRef:
name: {{ include "hub-nfts-solana.fullname" . }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.indexer.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand All @@ -56,4 +56,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}
12 changes: 12 additions & 0 deletions charts/hub-nfts-solana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ indexer:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
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


image:
repository: holaplex/hub-nfts-solana
Expand Down

0 comments on commit c26033a

Please sign in to comment.