remove argocd
Build KX3DEX.radio / Build and Deploy (push) Successful in 29m27s
Details
Build KX3DEX.radio / Build and Deploy (push) Successful in 29m27s
Details
parent
ae27af92a7
commit
874fd6d9c3
|
@ -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
|
|
|
@ -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
|
|
|
@ -1,11 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: kx3dex-radio-service
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
app: myapp
|
|
||||||
ports:
|
|
||||||
- port: 3000
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 3000
|
|
Loading…
Reference in New Issue