Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 10, 2024
1 parent b502659 commit 40de9c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions website-map/templates/scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ data:
map.entrypoint.sh: |
echo "Startup"
pip install requests PyJWT cryptography
echo "Initial content download"
sh /map.update.sh
echo "*/10 * * * * /bin/sh /map.update.sh" >> /etc/crontabs/root
echo "Starting cron"
crond -f
Expand Down
2 changes: 1 addition & 1 deletion website-map/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ backend:
port: 80
enableReadinessProbe: false
readinessProbeInitialDelaySeconds: 20
enableLivenessProbe: true
enableLivenessProbe: false
livenessProbeInitialDelaySeconds: 20
livenessProbePeriodSeconds: 15
resources: {}
Expand Down

0 comments on commit 40de9c7

Please sign in to comment.