Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Mar 14, 2024
1 parent e4d6e6c commit 7bd59df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ replicaCount: 1

image:
repository: containers.renci.org/renci-dot-org/frontend
tag: latest
tag: "1.1.0"

env:
- name: STRAPI_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: renci-dot-org-api
key: token
- name: NEXT_PUBLIC_STRAPI_API_URL
value: https://api.renci.org

resources:
limits:
Expand Down

0 comments on commit 7bd59df

Please sign in to comment.