File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ imagePullSecrets: []
123
123
nameOverride: ""
124
124
fullnameOverride: ""
125
125
126
- #This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
126
+ # This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
127
127
serviceAccount:
128
128
# Specifies whether a service account should be created
129
129
create: true
@@ -136,7 +136,7 @@ serviceAccount:
136
136
name: ""
137
137
138
138
# This is for setting Kubernetes Annotations to a Pod.
139
- # For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
139
+ # For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
140
140
podAnnotations: {}
141
141
# This is for setting Kubernetes Labels to a Pod.
142
142
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
@@ -199,7 +199,7 @@ readinessProbe:
199
199
path: /
200
200
port: http
201
201
202
- #This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
202
+ # This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
203
203
autoscaling:
204
204
enabled: false
205
205
minReplicas: 1
You can’t perform that action at this time.
0 commit comments