try to fix monero mining
This commit is contained in:
parent
41f3746caa
commit
fe44f013a8
7
infrastructure/core/kustomization.yaml
Normal file
7
infrastructure/core/kustomization.yaml
Normal 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
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
# infrastructure/core/sc-asteria.yaml
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
# infrastructure/core/sc-astreae.yaml
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
16
infrastructure/flux-system/kustomization-core.yaml
Normal file
16
infrastructure/flux-system/kustomization-core.yaml
Normal 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
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
# infrastructure/kustomization-crypto.yaml
|
# infrastructure/flux-system/kustomization-crypto.yaml
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
@ -14,4 +14,3 @@ spec:
|
|||||||
name: flux-system
|
name: flux-system
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
wait: true
|
wait: true
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
# infrastructure/kustomization-gitea.yaml
|
# infrastructure/flux-system/kustomization-gitea.yaml
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# infrastructure/kustomization-monerod.yaml
|
# infrastructure/flux-system/kustomization-monerod.yaml
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
@ -17,4 +17,3 @@ spec:
|
|||||||
- name: crypto
|
- name: crypto
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
|
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
# infrastructure/flux-system/kustomization-core.yaml
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
# infrastructure/kustomization.yaml
|
# infrastructure/flux-system/kustomization.yaml
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
|
- kustomization-core.yaml
|
||||||
- kustomization-gitea.yaml
|
- kustomization-gitea.yaml
|
||||||
- kustomization-crypto.yaml
|
- kustomization-crypto.yaml
|
||||||
- kustomization-monerod.yaml
|
- kustomization-monerod.yaml
|
||||||
|
|||||||
@ -7,4 +7,3 @@ resources:
|
|||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- xmrig-daemonset.yaml
|
- xmrig-daemonset.yaml
|
||||||
- priority-class.yaml
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user