File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
charts/hub/edge-gitops-vms Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ vmDefaults:
1919 count : 1
2020 flavor : medium
2121 workload : desktop
22- os : rhel9
22+ os : rhel8
2323 storage : 30Gi
2424 memory : 4Gi
2525 machineType : pc-q35-rhel8.4.0
2626 cores : 1
2727 sockets : 1
2828 threads : 1
29- template : rhel9 -desktop-medium
29+ template : rhel8 -desktop-medium
3030 sshsecret : secret/data/hub/vm-ssh
3131 cloudinitsecret : secret/data/hub/cloud-init
3232 sshpubkeyfield : publickey
@@ -41,18 +41,7 @@ vmDefaults:
4141vms :
4242 kiosk :
4343 count : 2
44- os : rhel8
4544 role : kiosk
46- template : rhel8-desktop-medium
47- ports :
48- - name : ssh
49- port : 22
50- protocol : TCP
51- targetPort : 22
52- - name : rdp
53- port : 3389
54- protocol : TCP
55- targetPort : 3389
5645
5746serviceAccountName : ansible-edge-gitops-sa
5847rbac :
You can’t perform that action at this time.
0 commit comments