Skip to content

Commit

Permalink
removal of duplicate entry of hpa
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprakash123 committed Nov 7, 2024
1 parent 021361f commit 8f0c6a1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions kubernetes/helm_charts/igot-deploy/cb-enrollment-service/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,4 @@ serviceMonitor:
labels: # labels with which the prometheus choose the serviceMonitor
app: prometheus-operator
release: prometheus-operator
serviceMonitor:
enabled: true
labels: # labels with which the prometheus choose the serviceMonitor
app: prometheus-operator
release: prometheus-operator

autoscaling:
enabled: {{ cb_enrollment_service_autoscaling_enabled | default('false') }}
minReplicas: {{ cb_enrollment_service_autoscaling_minReplicas|default(1) }}
maxReplicas: {{ cb_enrollment_service_autoscaling_maxReplicas|default(2) }}
targetCPUUtilizationPercentage: {{ cb_enrollment_service_autoscaling_targetCPUUtilizationPercentage|default(60) }}
targetMemoryUtilizationPercentage: {{ cb_enrollment_service_autoscaling_targetMemoryUtilizationPercentage|default('') }}

0 comments on commit 8f0c6a1

Please sign in to comment.