From 157b7c062c64b6e12724ffbe04c5f6960ae2cba1 Mon Sep 17 00:00:00 2001 From: jianjiang Date: Wed, 19 Apr 2023 10:38:01 +0800 Subject: [PATCH] update name --- Chart.yaml | 2 +- values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index a4beeb4..d339a07 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index c48eecb..462f4a4 100644 --- a/values.yaml +++ b/values.yaml @@ -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: {}