Skip to content

Commit

Permalink
Configure uvicorn run option
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Feb 20, 2025
1 parent 212d3fd commit 19bbdd1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 9c-internal/multiplanetary/network/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ seasonpass:
image:
repository: planetariumhq/season-pass
pullPolicy: Always
tag: "git-68b5a81aaf727796ca7e2743105671808a084631"
tag: "git-4c7b6b4f867535e71701e61d06ba0c7669a9fb31"
20 changes: 20 additions & 0 deletions charts/all-in-one/templates/seasonpass-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,26 @@ spec:
secretKeyRef:
key: thor-gql-url
name: seasonpass-env
- name: API_WORKERS
valueFrom:
secretKeyRef:
key: api-workers
name: seasonpass-env
- name: API_TIMEOUT_KEEP_ALIVE
valueFrom:
secretKeyRef:
key: api-timeout-keep-alive
name: seasonpass-env
- name: API_DEFAULT_HOST
valueFrom:
secretKeyRef:
key: api-default-host
name: seasonpass-env
- name: API_DEFAULT_PORT
valueFrom:
secretKeyRef:
key: api-default-port
name: seasonpass-env
image: {{ $.Values.seasonpass.image.repository }}:{{ $.Values.seasonpass.image.tag }}
name: seasonpass-api
{{- with $.Values.seasonpass.nodeSelector }}
Expand Down
4 changes: 4 additions & 0 deletions charts/all-in-one/templates/secret-seasonpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ stringData:
odin-gql-url: ""
heimdall-gql-url: ""
thor-gql-url: ""
api-workers: ""
api-timeout-keep-alive: ""
api-default-host: ""
api-default-port: ""
type: Opaque
{{- end }}
{{- end }}

0 comments on commit 19bbdd1

Please sign in to comment.