Skip to content

Commit

Permalink
Merge pull request #287 from openinfradev/bugfix_skb
Browse files Browse the repository at this point in the history
Bugfix skb
  • Loading branch information
ktkfree authored Nov 6, 2023
2 parents 453c3a9 + 274c8b7 commit 1392ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,8 @@ spec:
limits:
memory: 2Gi # tunable
mode: standalone
deployment.updateStrategy: Recreate
# replicas: 3
DeploymentUpdate:
type: Recreate
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
Expand Down Expand Up @@ -958,9 +958,8 @@ spec:
nodeSelector: {}
service:
type: TO_BE_FIXED
http:
port: 9090
nodePort: TO_BE_FIXED
nodePorts:
http: TO_BE_FIXED
config: |-
type: IN-MEMORY
config:
Expand Down
3 changes: 2 additions & 1 deletion lma/base/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ charts:
query.dnsDiscovery.sidecarsService: null
queryFrontend.nodeSelector: $(nodeSelector)
queryFrontend.service.type: NodePort
queryFrontend.service.http.nodePort: 30007
queryFrontend.service.nodePorts.http: 30005

bucketweb.nodeSelector: $(nodeSelector)
compactor.nodeSelector: $(nodeSelector)
storegateway.nodeSelector: $(nodeSelector)
Expand Down

0 comments on commit 1392ee3

Please sign in to comment.