Start reworking dashboard using Web Awesome
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user