Skip to content

Commit 797d58d

Browse files
committed
feature:llama-factory on tke.
1 parent c06e513 commit 797d58d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

incubator/llama-factory-on-tke/values.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ securityContext: {}
6464
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
6565
service:
6666
# 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
6868
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
6969
portWebUi: 7860
7070
portApi: 8000
@@ -127,23 +127,17 @@ autoscaling:
127127
# targetMemoryUtilizationPercentage: 80
128128

129129
# Additional volumes on the output Deployment definition.
130-
volumes:
130+
volumes: []
131131
# - name: foo
132132
# secret:
133133
# secretName: mysecret
134134
# optional: false
135-
- name: shm
136-
emptyDir:
137-
medium: Memory
138-
sizeLimit: 16Gi
139135

140136
# Additional volumeMounts on the output Deployment definition.
141-
volumeMounts:
137+
volumeMounts: []
142138
# - name: foo
143139
# mountPath: "/etc/foo"
144140
# readOnly: true
145-
- mountPath: /dev/shm
146-
name: shm
147141

148142
nodeSelector: {}
149143

0 commit comments

Comments
 (0)