Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Mar 5, 2024
2 parents 316da87 + 96e8ce4 commit 476a9e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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: 1.0.4
version: 1.1.0
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
3 changes: 3 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ spec:
name: {{ .Values.deployment.openaiSecretRef }}
- secretRef:
name: {{ .Values.deployment.redisSecretRef }}
- secretRef:
name: {{ .Values.deployment.sentinelSecretRef }}
optional: true
resources: {{ .Values.deployment.resources | toYaml | nindent 10 }}
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deployment:
anthropicSecretRef: anthropic-api-key
openaiSecretRef: openai-api-key
redisSecretRef: redis-password
sentinelSecretRef: sentinel-password
redis:
url: "redis://127.0.0.1"
port: "6397"
Expand Down

0 comments on commit 476a9e1

Please sign in to comment.