remove argocd
Build KX3DEX.radio / Build and Deploy (push) Successful in 29m27s Details

master
Dex 2024-05-04 00:00:20 -04:00
parent ae27af92a7
commit 874fd6d9c3
3 changed files with 0 additions and 53 deletions

View File

@ -1,23 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kx3dex-radio-site
namespace: argocd
spec:
project: kx3dex-radio
source:
repoURL: https://gitea.simplysyncedllc.com/Dex/kx3dex_radio.git
targetRevision: HEAD
path: deployment
destination:
server: https://kubernetes.default.svc
namespace: kx3dex-radio
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true

View File

@ -1,19 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: kx3dex-radio-deployment
spec:
selector:
matchLabels:
app: KX3DEX_Radio
replicas: 2
template:
metadata:
labels:
app: KX3DEX_Radio
spec:
containers:
- name: kx3dex-radio-site
image: gitea.simplysyncedllc.com/dex/kx3dex_radio:latest
ports:
- containerPort: 3000

View File

@ -1,11 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: kx3dex-radio-service
spec:
selector:
app: myapp
ports:
- port: 3000
protocol: TCP
targetPort: 3000