ARM64 Support, GitHub Actions Workflow

This commit is contained in:
Chris Pressland
2022-01-23 15:49:26 +00:00
committed by David Zuber
parent f834f328c1
commit 09159f4fb5
7 changed files with 79 additions and 36 deletions

View File

@@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -18,8 +19,11 @@ spec:
hostNetwork: true
serviceAccountName: kubedoom
containers:
- image: storaxdev/kubedoom:0.5.0
name: kubedoom
ports:
- containerPort: 5900
name: vnc
- image: ghcr.io/storax/kubedoom:latest
env:
- name: NAMESPACE
value: default
name: kubedoom
ports:
- containerPort: 5900
name: vnc

View File

@@ -1,3 +1,4 @@
---
resources:
- namespace.yaml
- deployment.yaml

View File

@@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Namespace
metadata:

View File

@@ -1,3 +1,4 @@
---
apiVersion: v1
kind: ServiceAccount
metadata: