mirror of
				https://github.com/suyiiyii/SIMS.git
				synced 2025-11-04 15:54:52 +08:00 
			
		
		
		
	refactor: 注释无用的value
This commit is contained in:
		
							parent
							
								
									ccad2b5937
								
							
						
					
					
						commit
						59ea6f53ac
					
				
							
								
								
									
										162
									
								
								values.yaml
									
									
									
									
									
								
							
							
						
						
									
										162
									
								
								values.yaml
									
									
									
									
									
								
							@ -16,89 +16,89 @@ image:
 | 
				
			|||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
  # Overrides the image tag whose default is the chart appVersion.
 | 
					  # Overrides the image tag whose default is the chart appVersion.
 | 
				
			||||||
  tag: "240825-8d10add"
 | 
					  tag: "240825-8d10add"
 | 
				
			||||||
imagePullSecrets: []
 | 
					# imagePullSecrets: []
 | 
				
			||||||
nameOverride: ""
 | 
					# nameOverride: ""
 | 
				
			||||||
fullnameOverride: ""
 | 
					# fullnameOverride: ""
 | 
				
			||||||
serviceAccount:
 | 
					# serviceAccount:
 | 
				
			||||||
  # Specifies whether a service account should be created
 | 
					#   # Specifies whether a service account should be created
 | 
				
			||||||
  create: true
 | 
					#   create: true
 | 
				
			||||||
  # Automatically mount a ServiceAccount's API credentials?
 | 
					#   # Automatically mount a ServiceAccount's API credentials?
 | 
				
			||||||
  automount: true
 | 
					#   automount: true
 | 
				
			||||||
  # Annotations to add to the service account
 | 
					#   # Annotations to add to the service account
 | 
				
			||||||
  annotations: {}
 | 
					#   annotations: {}
 | 
				
			||||||
  # The name of the service account to use.
 | 
					#   # The name of the service account to use.
 | 
				
			||||||
  # If not set and create is true, a name is generated using the fullname template
 | 
					#   # If not set and create is true, a name is generated using the fullname template
 | 
				
			||||||
  name: ""
 | 
					#   name: ""
 | 
				
			||||||
podAnnotations: {}
 | 
					# podAnnotations: {}
 | 
				
			||||||
podLabels: {}
 | 
					# podLabels: {}
 | 
				
			||||||
podSecurityContext: {}
 | 
					# podSecurityContext: {}
 | 
				
			||||||
# fsGroup: 2000
 | 
					# # fsGroup: 2000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
securityContext: {}
 | 
					# securityContext: {}
 | 
				
			||||||
# capabilities:
 | 
					# # capabilities:
 | 
				
			||||||
#   drop:
 | 
					# #   drop:
 | 
				
			||||||
#   - ALL
 | 
					# #   - ALL
 | 
				
			||||||
# readOnlyRootFilesystem: true
 | 
					# # readOnlyRootFilesystem: true
 | 
				
			||||||
# runAsNonRoot: true
 | 
					# # runAsNonRoot: true
 | 
				
			||||||
# runAsUser: 1000
 | 
					# # runAsUser: 1000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
service:
 | 
					# service:
 | 
				
			||||||
  type: ClusterIP
 | 
					#   type: ClusterIP
 | 
				
			||||||
  port: 80
 | 
					#   port: 80
 | 
				
			||||||
ingress:
 | 
					# ingress:
 | 
				
			||||||
  enabled: false
 | 
					#   enabled: false
 | 
				
			||||||
  className: ""
 | 
					#   className: ""
 | 
				
			||||||
  annotations: {}
 | 
					#   annotations: {}
 | 
				
			||||||
  # kubernetes.io/ingress.class: nginx
 | 
					#   # kubernetes.io/ingress.class: nginx
 | 
				
			||||||
  # kubernetes.io/tls-acme: "true"
 | 
					#   # kubernetes.io/tls-acme: "true"
 | 
				
			||||||
  hosts:
 | 
					#   hosts:
 | 
				
			||||||
    - host: chart-example.local
 | 
					#     - host: chart-example.local
 | 
				
			||||||
      paths:
 | 
					#       paths:
 | 
				
			||||||
        - path: /
 | 
					#         - path: /
 | 
				
			||||||
          pathType: ImplementationSpecific
 | 
					#           pathType: ImplementationSpecific
 | 
				
			||||||
  tls: []
 | 
					#   tls: []
 | 
				
			||||||
  #  - secretName: chart-example-tls
 | 
					#   #  - secretName: chart-example-tls
 | 
				
			||||||
  #    hosts:
 | 
					#   #    hosts:
 | 
				
			||||||
  #      - chart-example.local
 | 
					#   #      - chart-example.local
 | 
				
			||||||
resources: {}
 | 
					# resources: {}
 | 
				
			||||||
# We usually recommend not to specify default resources and to leave this as a conscious
 | 
					# # 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
 | 
					# # 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
 | 
					# # 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:'.
 | 
					# # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
 | 
				
			||||||
# limits:
 | 
					# # limits:
 | 
				
			||||||
#   cpu: 100m
 | 
					# #   cpu: 100m
 | 
				
			||||||
#   memory: 128Mi
 | 
					# #   memory: 128Mi
 | 
				
			||||||
# requests:
 | 
					# # requests:
 | 
				
			||||||
#   cpu: 100m
 | 
					# #   cpu: 100m
 | 
				
			||||||
#   memory: 128Mi
 | 
					# #   memory: 128Mi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
livenessProbe:
 | 
					# livenessProbe:
 | 
				
			||||||
  httpGet:
 | 
					#   httpGet:
 | 
				
			||||||
    path: /
 | 
					#     path: /
 | 
				
			||||||
    port: http
 | 
					#     port: http
 | 
				
			||||||
readinessProbe:
 | 
					# readinessProbe:
 | 
				
			||||||
  httpGet:
 | 
					#   httpGet:
 | 
				
			||||||
    path: /
 | 
					#     path: /
 | 
				
			||||||
    port: http
 | 
					#     port: http
 | 
				
			||||||
autoscaling:
 | 
					# autoscaling:
 | 
				
			||||||
  enabled: false
 | 
					#   enabled: false
 | 
				
			||||||
  minReplicas: 1
 | 
					#   minReplicas: 1
 | 
				
			||||||
  maxReplicas: 100
 | 
					#   maxReplicas: 100
 | 
				
			||||||
  targetCPUUtilizationPercentage: 80
 | 
					#   targetCPUUtilizationPercentage: 80
 | 
				
			||||||
  # targetMemoryUtilizationPercentage: 80
 | 
					#   # targetMemoryUtilizationPercentage: 80
 | 
				
			||||||
# Additional volumes on the output Deployment definition.
 | 
					# # Additional volumes on the output Deployment definition.
 | 
				
			||||||
volumes: []
 | 
					# volumes: []
 | 
				
			||||||
# - name: foo
 | 
					# # - name: foo
 | 
				
			||||||
#   secret:
 | 
					# #   secret:
 | 
				
			||||||
#     secretName: mysecret·
 | 
					# #     secretName: mysecret·
 | 
				
			||||||
#     optional: false
 | 
					# #     optional: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Additional volumeMounts on the output Deployment definition.
 | 
					# # Additional volumeMounts on the output Deployment definition.
 | 
				
			||||||
volumeMounts: []
 | 
					# volumeMounts: []
 | 
				
			||||||
# - name: foo
 | 
					# # - name: foo
 | 
				
			||||||
#   mountPath: "/etc/foo"
 | 
					# #   mountPath: "/etc/foo"
 | 
				
			||||||
#   readOnly: true
 | 
					# #   readOnly: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
nodeSelector: {}
 | 
					# nodeSelector: {}
 | 
				
			||||||
tolerations: []
 | 
					# tolerations: []
 | 
				
			||||||
affinity: {}
 | 
					# affinity: {}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user