Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwani Singh <ashwani.singh@opstree.com>
  • Loading branch information
ashwani-opstree committed Jul 9, 2024
1 parent 83aef43 commit 6cf3da0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/microservice/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -- global variables
# -- global variables
global:
namespace: "default"
replicaCount: 1
Expand All @@ -25,7 +25,7 @@ deployment:
annotations: {}

# livenessProbe: {}
livenessProbe:
livenessProbe:
# httpGet:
# path: "/"
# port: http
Expand All @@ -48,7 +48,7 @@ deployment:

# command: ["/bin/sh","-c"]
# args: ["echo 'consuming a message'; sleep 5"]

environment: {}
# VAR1: value1

Expand Down Expand Up @@ -78,7 +78,7 @@ deployment:
# configFileCommonHeader: |
# line1
# line2

configMaps:
# - name: test
# mountPath: /test
Expand Down Expand Up @@ -114,13 +114,13 @@ deployment:

affinity: {}

hpa:
hpa:
enabled: true
minReplicas: 1
maxReplicas: 1
targetCPU: 80
targetMemory: 80

service:
type: ClusterIP
annotations: {}
Expand All @@ -136,4 +136,4 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
name: ""

0 comments on commit 6cf3da0

Please sign in to comment.