openclaw: reinstall limpio con Claude API y ArgoCD
- Manifiestos limpios: namespace, rbac, pvc (5Gi local-path), deployment, service, ingress - nodeSelector chemavx-k8 en deployment para fijar PVC en el nodo correcto - Imagen fijada a ghcr.io/openclaw/openclaw:2026.4.12 - Sin initContainers ni secrets en el deployment (config post-arranque via exec) - Elimina artefactos: configmap-kube-root-ca.crt.yaml, serviceaccount-default.yaml, pvc-openclaw-pvc.yaml, rbac-openclaw-agent.yaml - Añade argocd/application-openclaw.yaml para gestión GitOps Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,19 +4,9 @@ metadata:
|
||||
name: openclaw
|
||||
namespace: openclaw
|
||||
spec:
|
||||
clusterIP: 10.43.34.126
|
||||
clusterIPs:
|
||||
- 10.43.34.126
|
||||
internalTrafficPolicy: Cluster
|
||||
ipFamilies:
|
||||
- IPv4
|
||||
ipFamilyPolicy: SingleStack
|
||||
ports:
|
||||
- port: 18789
|
||||
protocol: TCP
|
||||
targetPort: 18789
|
||||
selector:
|
||||
app: openclaw
|
||||
sessionAffinity: None
|
||||
ports:
|
||||
- port: 18789
|
||||
targetPort: 18789
|
||||
type: ClusterIP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user