mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 12:41:13 +00:00
openclaw: deploy openclaw on kube
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Flux Kustomization for the OpenClaw instance
|
||||
# Depends on the openclaw-operator so its CRDs exist before applying
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: openclaw
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
prune: true
|
||||
dependsOn:
|
||||
- name: openclaw-operator
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: homeprod
|
||||
path: ./kubernetes/personal/openclaw
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: flux-sops
|
||||
healthChecks:
|
||||
- apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
name: openclaw
|
||||
namespace: openclaw
|
||||
Reference in New Issue
Block a user