updating application manifest

main
U-OFFICE\Dex 2024-05-01 02:44:01 -04:00 committed by Dex
parent 459662a486
commit b6a375e034
3 changed files with 53 additions and 53 deletions

View File

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

View File

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

View File

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