added another vm

This commit is contained in:
maximilian.bartz 2025-05-06 16:23:26 +02:00
parent 8a1dcefe44
commit 2f8a63eb74
3 changed files with 67 additions and 0 deletions

18
ubuntu-vm-3/ks.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app ubuntu-vm-3
namespace: ${TENANT_NAMESPACE}
spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./ubuntu-vm-3/ubuntu
prune: true
sourceRef:
kind: GitRepository
name: tenant-repos
wait: false
interval: 30m
retryInterval: 1m
timeout: 5m