Skip to content

Commit

Permalink
feat(helm): change prometheus service to load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Aug 28, 2024
1 parent 7e41fab commit 32a6fab
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ spec:
podDisruptionBudget:
enabled: true
minAvailable: 1
type: LoadBalancer
loadBalancerIP: 192.168.0.76
ingress:
enabled: true
ingressClassName: internal
Expand Down Expand Up @@ -125,10 +127,10 @@ spec:
retentionSize: 64GiB
resources:
requests:
cpu: 400m
cpu: 2
memory: 2Gi
limits:
cpu: 400m
cpu: 2
memory: 2Gi
nodeSelector:
disktype: ssd
Expand Down

0 comments on commit 32a6fab

Please sign in to comment.