mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
# What does this PR do? - Migrates the remaining documentation sections to the new documentation format <!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. --> <!-- If resolving an issue, uncomment and update the line below --> <!-- Closes #[issue-number] --> ## Test Plan - Partial migration <!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* -->
17 lines
330 B
Text
17 lines
330 B
Text
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: llama-stack-service
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
app.kubernetes.io/name: llama-stack
|
|
ports:
|
|
- name: llama-stack-api
|
|
port: 8321
|
|
targetPort: 8321
|
|
protocol: TCP
|
|
- name: llama-stack-ui
|
|
port: 8322
|
|
targetPort: 8322
|
|
protocol: TCP
|