diff --git a/k8s/argocd/kubevirt-vms.yaml b/k8s/argocd/kubevirt-vms.yaml deleted file mode 100644 index 5a4183b..0000000 --- a/k8s/argocd/kubevirt-vms.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: kubevirt-vms - namespace: argocd -spec: - project: default - source: - repoURL: https://git.algios.dev/francescoalbano/k8-mini-app.git - targetRevision: HEAD - path: k8s/vms - destination: - server: https://kubernetes.default.svc - namespace: default - syncPolicy: - automated: - selfHeal: true - prune: false \ No newline at end of file diff --git a/k8s/backend.yaml b/k8s/backend.yaml index 1f20723..4847404 100644 --- a/k8s/backend.yaml +++ b/k8s/backend.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: backend - image: localhost:5000/backend:20250523-013457 + image: localhost:5000/backend:20250523-135615 ports: - containerPort: 3000 tolerations: diff --git a/k8s/frontend.yaml b/k8s/frontend.yaml index 40660e5..4ee439f 100644 --- a/k8s/frontend.yaml +++ b/k8s/frontend.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: frontend - image: localhost:5000/frontend:20250523-013457 + image: localhost:5000/frontend:20250523-135615 ports: - containerPort: 80 tolerations: diff --git a/k8s/vms/kustomization.yaml b/k8s/vms/kustomization.yaml deleted file mode 100644 index ea1378c..0000000 --- a/k8s/vms/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -resources: -- vmi-vnc-test.yaml diff --git a/k8s/vms/vmi-vnc-test.yaml b/k8s/vms/vmi-vnc-test.yaml deleted file mode 100644 index 598cb0f..0000000 --- a/k8s/vms/vmi-vnc-test.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: kubevirt.io/v1 -kind: VirtualMachineInstance -metadata: - name: vmi-vnc-test -spec: - domain: - devices: - disks: - - disk: - bus: virtio - name: containerdisk - interfaces: - - name: default - masquerade: {} - resources: - requests: - memory: 256M - networks: - - name: default - pod: {} - volumes: - - containerDisk: - image: quay.io/kubevirt/cirros-container-disk-demo - name: containerdisk - directVNCAccess: - port: 5901 diff --git a/k8s/worker.yaml b/k8s/worker.yaml index c62e1fe..596e477 100644 --- a/k8s/worker.yaml +++ b/k8s/worker.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: worker - image: localhost:5000/worker:20250523-013457 + image: localhost:5000/worker:20250523-135615 tolerations: - key: "node.kubernetes.io/disk-pressure" operator: "Exists"