Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ops/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ metadata:
{{- end }}
spec:
replicas: {{ default 1 .replicas}}
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/name: {{ $serviceName }}
Expand Down
6 changes: 1 addition & 5 deletions ops/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ services:
paths:
- /
healthPath: /api/v1/health
maxReplicas: 3
targetCPUUtil: 70
ingress:
domain: proxy.blobkit.org
tlsSecret: blobkit-tls
Expand Down Expand Up @@ -45,13 +43,11 @@ services:
args: ["packages/proxy-server/dist/index.js"]
serviceAccountName: blobkit-proxy-sepolia
resources:
cpu: 500m
cpu: 250m
memory: 512Mi
paths:
- /
healthPath: /api/v1/health
maxReplicas: 1
targetCPUUtil: 70

ingress:
domain: proxy-sepolia.blobkit.org
Expand Down
Loading