Initial commit

This commit is contained in:
llm-bot
2026-07-08 18:01:36 +09:00
commit 287885a5e7
9 changed files with 469 additions and 0 deletions

14
k8s/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: ${RELEASE_NAME}
labels:
app.kubernetes.io/name: ${RELEASE_NAME}
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: ${RELEASE_NAME}
ports:
- name: http
port: 80
targetPort: http