diff options
Diffstat (limited to 'charts/llm-app/templates/service.yaml')
| -rw-r--r-- | charts/llm-app/templates/service.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/charts/llm-app/templates/service.yaml b/charts/llm-app/templates/service.yaml new file mode 100644 index 0000000..6350996 --- /dev/null +++ b/charts/llm-app/templates/service.yaml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | apiVersion: v1 | ||
| 2 | kind: Service | ||
| 3 | metadata: | ||
| 4 | name: {{ include "llm-app.fullname" . }} | ||
| 5 | labels: {{- include "llm-app.selectorLabels" . | nindent 4 }} | ||
| 6 | spec: | ||
| 7 | type: {{ .Values.service.type }} | ||
| 8 | ports: | ||
| 9 | - name: http | ||
| 10 | port: {{ .Values.service.port }} | ||
| 11 | targetPort: http | ||
| 12 | protocol: TCP | ||
| 13 | selector: {{- include "llm-app.selectorLabels" . | nindent 4 }} | ||
