Update images to tag 20250523-135615
This commit is contained in:
parent
d46cfd0a3f
commit
10b38a363a
@ -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
|
|
||||||
@ -14,7 +14,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: localhost:5000/backend:20250523-013457
|
image: localhost:5000/backend:20250523-135615
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
@ -14,7 +14,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: localhost:5000/frontend:20250523-013457
|
image: localhost:5000/frontend:20250523-135615
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- vmi-vnc-test.yaml
|
|
||||||
@ -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
|
|
||||||
@ -14,7 +14,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: worker
|
- name: worker
|
||||||
image: localhost:5000/worker:20250523-013457
|
image: localhost:5000/worker:20250523-135615
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "node.kubernetes.io/disk-pressure"
|
- key: "node.kubernetes.io/disk-pressure"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user