update name
This commit is contained in:
parent
8b626f750c
commit
157b7c062c
|
@ -15,7 +15,7 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.1
|
||||
version: 0.2.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
|
|
@ -52,8 +52,8 @@ securityContext: {}
|
|||
# runAsUser: 1000
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
type: NodePort
|
||||
port: 7860
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
|
@ -78,7 +78,7 @@ gpuResource:
|
|||
|
||||
autoscaling:
|
||||
http:
|
||||
minReplicas: 0
|
||||
minReplicas: 1
|
||||
maxReplicas: 2
|
||||
|
||||
nodeSelector: {}
|
||||
|
|
Loading…
Reference in New Issue