Skip to content

Commit

Permalink
fix(ci): yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Jan 21, 2025
1 parent a38f64e commit 0ed951c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ backend-export:
probesPath: /healthz
containerPort: 3000
ingress:
paths:
- /export
- /stats
- /stats/home
- /admin/structures/export
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 64m
nginx.ingress.kubernetes.io/proxy-connect-timeout: "30"
Expand Down Expand Up @@ -125,14 +130,7 @@ backend-export:
fsGroup: 1000
runAsUser: 1000
runAsGroup: 1000

# new keys
ingress:
paths:
- /export
- /stats
- /stats/home
- /admin/structures/export


backend-cron:
~chart: app
Expand Down

0 comments on commit 0ed951c

Please sign in to comment.