Skip to content

Commit

Permalink
feat: Supply replicaCount to API instance (#141)
Browse files Browse the repository at this point in the history
* feat: Supply replicaCount to API instance

* update version number
  • Loading branch information
stanleyz authored Sep 28, 2024
1 parent c998221 commit 9e1438b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/terrakube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 3.21.0
version: 3.21.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
1 change: 1 addition & 0 deletions charts/terrakube/templates/secrets-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ stringData:
DexClientId: '{{ .Values.security.dexClientId }}'
TerrakubeHostname: '{{ .Values.ingress.api.domain }}'
AzBuilderExecutorUrl: 'http://terrakube-executor-service:8090/api/v1/terraform-rs'
ExecutorReplicas: '{{ .Values.api.properties.executorReplicaCount | default .Values.executor.replicaCount }}'
TerrakubeUiURL: '{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.ui.domain }}'
TERRAKUBE_ADMIN_GROUP: '{{ .Values.security.adminGroup }}'
TerrakubeRedisPort: '6379'
Expand Down

0 comments on commit 9e1438b

Please sign in to comment.