generated from phoenix-oss/tenant-tpl
removed old method and added new test vm
This commit is contained in:
parent
4c5a76347d
commit
c32ae8b40a
7 changed files with 157 additions and 73 deletions
18
windows-vm-standard-dev/ks-pvc.yaml
Normal file
18
windows-vm-standard-dev/ks-pvc.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app windows-pvc-dev
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./windows-vm-standard-dev/pvc
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: tenant-repos
|
||||
wait: false
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
Loading…
Add table
Add a link
Reference in a new issue