try to fix monero mining

This commit is contained in:
Brad Stein 2025-08-13 08:36:19 -05:00
parent 41f3746caa
commit fe44f013a8
10 changed files with 31 additions and 7 deletions

View File

@ -0,0 +1,7 @@
# infrastructure/core/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- sc-asteria.yaml
- sc-astreae.yaml
- pc-scavenger.yaml

View File

@ -1,3 +1,4 @@
# infrastructure/core/sc-asteria.yaml
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:

View File

@ -1,3 +1,4 @@
# infrastructure/core/sc-astreae.yaml
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:

View File

@ -0,0 +1,16 @@
# infrastructure/flux-system/kustomization-core.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: core
namespace: flux-system
spec:
interval: 10m
path: ./infrastructure/core
prune: false
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
wait: true

View File

@ -1,4 +1,4 @@
# infrastructure/kustomization-crypto.yaml
# infrastructure/flux-system/kustomization-crypto.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
@ -14,4 +14,3 @@ spec:
name: flux-system
namespace: flux-system
wait: true

View File

@ -1,4 +1,4 @@
# infrastructure/kustomization-gitea.yaml
# infrastructure/flux-system/kustomization-gitea.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:

View File

@ -1,4 +1,4 @@
# infrastructure/kustomization-monerod.yaml
# infrastructure/flux-system/kustomization-monerod.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
@ -17,4 +17,3 @@ spec:
- name: crypto
wait: true
timeout: 5m

View File

@ -1,3 +1,4 @@
# infrastructure/flux-system/kustomization-core.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:

View File

@ -1,9 +1,10 @@
# infrastructure/kustomization.yaml
# infrastructure/flux-system/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
- kustomization-core.yaml
- kustomization-gitea.yaml
- kustomization-crypto.yaml
- kustomization-monerod.yaml

View File

@ -7,4 +7,3 @@ resources:
- deployment.yaml
- service.yaml
- xmrig-daemonset.yaml
- priority-class.yaml