Add shared Kubernetes configuration files
- Add k8s/configmap.yaml with shared environment variables - Add k8s/lpt-secrets.yaml template (secrets not committed) - Add k8s/regcred-secret.yaml template (managed by workflow) - Add k8s/README.md with deployment instructions - Remove incorrect deployment/service files from root k8s/ Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: lpt-ai
|
||||
namespace: lpt-dev
|
||||
labels:
|
||||
app: lpt-ai
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: lpt-ai
|
||||
ports:
|
||||
- port: 5199
|
||||
targetPort: 5199
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user