You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: incubator/llama-factory-on-tke/values.yaml
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ securityContext: {}
64
64
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
65
65
service:
66
66
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
67
-
type: ClusterIP
67
+
type: LoadBalancer
68
68
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
69
69
portWebUi: 7860
70
70
portApi: 8000
@@ -127,23 +127,17 @@ autoscaling:
127
127
# targetMemoryUtilizationPercentage: 80
128
128
129
129
# Additional volumes on the output Deployment definition.
130
-
volumes:
130
+
volumes:[]
131
131
# - name: foo
132
132
# secret:
133
133
# secretName: mysecret
134
134
# optional: false
135
-
- name: shm
136
-
emptyDir:
137
-
medium: Memory
138
-
sizeLimit: 16Gi
139
135
140
136
# Additional volumeMounts on the output Deployment definition.
0 commit comments