Skip to content

Commit

Permalink
add ingress for /sse
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Aug 20, 2024
1 parent c6972c2 commit 8f1e0e9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions chart/env/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Copyright 2022 The HuggingFace Authors.

# --- common parameters ---

global:
huggingface:
ingress:
Expand Down Expand Up @@ -60,7 +61,6 @@ images:
useGlobalRegistry: false
repository: datasets-server-services-webhook
tag: sha-fb3399a

secrets:
infisical:
enabled: true
Expand Down Expand Up @@ -247,6 +247,17 @@ search:
sseApi:
service:
type: NodePort
ingress:
enabled: true
annotations:
alb.ingress.kubernetes.io/group.order: "4"
resources:
requests:
cpu: 100m
memory: "512Mi"
limits:
cpu: 1
memory: "4Gi"

workers:
- deployName: "all"
Expand Down Expand Up @@ -307,7 +318,7 @@ webhook:
ingress:
enabled: true
annotations:
alb.ingress.kubernetes.io/group.order: "4"
alb.ingress.kubernetes.io/group.order: "5"
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 8f1e0e9

Please sign in to comment.