Skip to content

Commit

Permalink
ci(deploy): enable ingress for otelbot
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 20, 2024
1 parent 84edf76 commit 044fbeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .k8s/otelbot.values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ env:
name: otelbot
key: DATABASE_URL

ingress:
enabled: true
className: "cilium"
hosts:
- host: bot.oteldb.tech
paths:
- path: /
pathType: Prefix

resources:
requests:
cpu: "1"
Expand Down

0 comments on commit 044fbeb

Please sign in to comment.