Skip to content

Commit

Permalink
bump the chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noamshmueli committed Jun 4, 2024
1 parent 1e22207 commit 003a190
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions charts/metabase/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1

hpa:
enabled: true
enabled: false
minReplicas: 1
maxReplicas: 6
targetCPUUtilizationPercentage: 80
Expand Down Expand Up @@ -234,10 +234,6 @@ serviceAccount:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
# autoMount is deprecated in favor of automountServiceAccountToken
# If you want to disable auto mount of Service Account Token then you can set the value to false;
# https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting
automountServiceAccountToken: false

resources:
{}
Expand All @@ -252,10 +248,6 @@ resources:
# cpu: 100m
# memory: 128Mi

# You can also opt out of automounting API credentials for a particular Pod;
# https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting
automountServiceAccountToken: true

## Node labels for pod assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
#
Expand Down

0 comments on commit 003a190

Please sign in to comment.