Skip to content

Commit 2311347

Browse files
author
Martin Jackson
committed
Simplify kiosk values
1 parent 62eed10 commit 2311347

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

charts/hub/edge-gitops-vms/values.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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:
4141
vms:
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

5746
serviceAccountName: ansible-edge-gitops-sa
5847
rbac:

0 commit comments

Comments
 (0)