Start reworking dashboard using Web Awesome
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-21 19:47:19 -04:00
parent 6ca9900d9c
commit b1b83e78a6
58 changed files with 3678 additions and 109 deletions

View File

@@ -30,6 +30,17 @@ spec:
containers:
- name: garrettmills-www
image: registry.millslan.net/garrettmills/www
livenessProbe:
httpGet:
path: /
port: 8000
initialDelaySeconds: 60
periodSeconds: 10
readinessProbe:
httpGet:
path: /
port: 8000
initialDelaySeconds: 30
env:
- name: EXTOLLO_LOGGING_LEVEL
value: '4'