Skip to content

Commit

Permalink
chore: update sablier display screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jnobrega committed May 10, 2024
1 parent 98520ee commit 169fa62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions k8s/apps/dashboard/hajimari/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
main:
enabled: true
ingressClassName: traefik
annotations:
traefik.ingress.kubernetes.io/router.middlewares: resource-optimizer-sablier@kubernetescrd
hosts:
- host: &host hajimari.${SECRET_DOMAIN}
paths:
Expand Down
6 changes: 3 additions & 3 deletions k8s/apps/network/traefik/middlewares/sablier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
sablier:
group: apps
dynamic:
displayName: Service is starting...
displayName: Services
refreshFrequency: 5s
showDetails: "true"
showDetails: "false"
theme: hacker-terminal
sablierUrl: http://sablier.resource-optimizer.svc.cluster.local:10000
sessionDuration: 1m
sessionDuration: 5m

0 comments on commit 169fa62

Please sign in to comment.