Skip to content

Commit

Permalink
This probably won't help
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 2, 2024
1 parent 50da78f commit a64c3ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion images/dashboard/src/values/osm-seed.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,14 @@ osm-seed:
label_value: {{LABEL_VALUE}}
env:
URL_FILE_TO_IMPORT: "https://www.googleapis.com/drive/v3/files/189MkZIIk7Iy7maX-DObQxjMY_SqJDR9a/?key=AIzaSyDpL9w6m7KxQTn3AwFmaZ-tyf64AIT8vRg&alt=media"
#{{URL_FILE_TO_IMPORT}}
resources:
enabled: false
requests:
memory: "1Gi"
cpu: "2"
limits:
memory: "2Gi"
cpu: "2.5"
memcached:
enabled: true
nodeSelector:
Expand Down

0 comments on commit a64c3ca

Please sign in to comment.