Skip to content

Commit

Permalink
Update values
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Jul 29, 2023
1 parent 8250047 commit 436eeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: xrootd-cluster
description: A Helm chart for Kubernetes
description: A Helm chart for xrootd cluster on Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down
9 changes: 1 addition & 8 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ xrootd_server:
image:
repository: ghcr.io/guyzsarun/xrootd-kubernetes
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "5.5.3-1.2"

imagePullSecrets: []
Expand All @@ -20,15 +19,9 @@ service:
cmsd_port: 1213

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 100m
memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

componentTests: 4
# memory: 128Mi

0 comments on commit 436eeda

Please sign in to comment.