Skip to content

Commit

Permalink
fix tracoor ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jul 29, 2024
1 parent 5b9d97e commit b2b325d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions kubernetes/devnet-1/tracoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ tracoor-single:
cpu: 1000m
memory: 2Gi
ingress:
enabled: true
className: ingress-nginx-public
hosts:
- host: tracoor.pectra-devnet-1.ethpandaops.io
paths:
- path: /
pathType: Prefix
http:
enabled: true
className: ingress-nginx-public
hosts:
- host: tracoor.pectra-devnet-1.ethpandaops.io
paths:
- path: /
pathType: Prefix

config:
shared:
Expand Down

0 comments on commit b2b325d

Please sign in to comment.