From c3abf6b30a89048cd1f431ef79a90c7daf8a15b3 Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Sun, 30 Jan 2022 15:09:39 +0100 Subject: [PATCH] Add: machinaris/btcgreen --- projects/github-runner/project.yaml | 18 ------------------ projects/machinaris/values/farm.yaml | 11 ++++------- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 projects/github-runner/project.yaml diff --git a/projects/github-runner/project.yaml b/projects/github-runner/project.yaml deleted file mode 100644 index 85983f62..00000000 --- a/projects/github-runner/project.yaml +++ /dev/null @@ -1,18 +0,0 @@ -config: - description: Github Action Runner - syncWave: 100 - -apps: -- name: github-runner - repoURL: https://github.com/actions-runner-controller/actions-runner-controller/ - path: charts/actions-runner-controller - targetRevision: master - secrets: - - name: controller-manager - keys: - - github_token - parameters: - - name: securityContext.runAsNonRoot - value: "true" - - name: securityContext.runAsUser - value: "1000" diff --git a/projects/machinaris/values/farm.yaml b/projects/machinaris/values/farm.yaml index 6699ce18..6a53ac72 100644 --- a/projects/machinaris/values/farm.yaml +++ b/projects/machinaris/values/farm.yaml @@ -172,7 +172,7 @@ worker: api: 8934 - name: btcgreen - enabled: false + enabled: true image: ghcr.io/guydavis/machinaris-btcgreen mode: fullnode ports: @@ -201,24 +201,21 @@ worker: - name: shibgreen enabled: false - #image: ghcr.io/guydavis/machinaris-shibgreen:v0.6.8 - image: nold360/machinaris-shibgreen:latest + image: ghcr.io/guydavis/machinaris-shibgreen mode: fullnode ports: api: 8939 - name: flora enabled: false - #image: ghcr.io/guydavis/machinaris-flora:v0.6.8 - image: nold360/machinaris-flora:latest + image: ghcr.io/guydavis/machinaris-flora mode: fullnode ports: api: 8932 - name: cryptodoge enabled: false - #image: ghcr.io/guydavis/machinaris-cryptodoge:v0.6.8 - image: nold360/machinaris-cryptodoge:latest + image: ghcr.io/guydavis/machinaris-cryptodoge mode: fullnode ports: api: 8937