Files
xmrig/application.yaml
T
2026-05-24 11:31:32 -04:00

14 lines
457 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: xmrig
namespace: xmrig
spec:
interval: 1h # reconciliation interval
timeout: 15m # if not set, this defaults to interval duration, which is 1h
prune: true # remove any elements later removed from the above path
suspend: false # suspend reconciliation of this kustomization
targetNamespace: xmrig
sourceRef:
kind: GitRepository
name: xmrig