generated from phoenix-oss/tenant-tpl
added johns ubuntu
This commit is contained in:
parent
79e1668d0f
commit
e8c4f4bf17
3 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,6 @@ resources:
|
||||||
- ubuntu-vm-1/ks.yaml
|
- ubuntu-vm-1/ks.yaml
|
||||||
- ubuntu-vm-2/ks.yaml
|
- ubuntu-vm-2/ks.yaml
|
||||||
- ubuntu-vm-3/ks.yaml
|
- ubuntu-vm-3/ks.yaml
|
||||||
- ubuntu-vm-3-john/ks.yaml
|
|
||||||
- container/ks-debug.yaml
|
- container/ks-debug.yaml
|
||||||
- templates/image-server/ks-nginx.yaml
|
- templates/image-server/ks-nginx.yaml
|
||||||
- templates/image-server/ks-pvc.yaml
|
- templates/image-server/ks-pvc.yaml
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: &app ubuntu-vm-2
|
name: &app ubuntu-vm-4-john
|
||||||
namespace: ${TENANT_NAMESPACE}
|
namespace: ${TENANT_NAMESPACE}
|
||||||
spec:
|
spec:
|
||||||
commonMetadata:
|
commonMetadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: *app
|
app.kubernetes.io/name: *app
|
||||||
path: ./ubuntu-vm-2/ubuntu
|
path: ./ubuntu-vm-4-john/ubuntu
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
|
@ -1,14 +1,14 @@
|
||||||
apiVersion: kubevirt.io/v1
|
apiVersion: kubevirt.io/v1
|
||||||
kind: VirtualMachine
|
kind: VirtualMachine
|
||||||
metadata:
|
metadata:
|
||||||
name: ubuntu-vm-3-
|
name: ubuntu-vm-4-john
|
||||||
namespace: kubevirt-vms
|
namespace: kubevirt-vms
|
||||||
spec:
|
spec:
|
||||||
running: true
|
running: true
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
kubevirt.io/domain: ubuntu-vm-2
|
kubevirt.io/domain: ubuntu-vm-4-john
|
||||||
spec:
|
spec:
|
||||||
domain:
|
domain:
|
||||||
cpu:
|
cpu:
|
Loading…
Add table
Add a link
Reference in a new issue