From 628d1de0e30b734123f178bf21ca9784455f6f3b Mon Sep 17 00:00:00 2001 From: "maximilian.bartz" Date: Wed, 25 Jun 2025 11:09:35 +0200 Subject: [PATCH] removed unneccessary settings and SMM --- firewall/vm/fortigate.yaml | 40 ++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/firewall/vm/fortigate.yaml b/firewall/vm/fortigate.yaml index 9d6f2f3..84f2088 100644 --- a/firewall/vm/fortigate.yaml +++ b/firewall/vm/fortigate.yaml @@ -8,13 +8,10 @@ spec: - metadata: name: fortigate-rootdisk spec: - source: - http: - url: http://nginx.demo.svc.cluster.local:8080/fortios_v7_6_3.qcow2 storage: resources: requests: - storage: 20Gi + storage: 30Gi runStrategy: Always template: metadata: @@ -26,13 +23,6 @@ spec: cores: 2 memory: guest: 4Gi - features: - acpi: {} - smm: - enabled: true - firmware: - bootloader: - efi: {} devices: rng: {} networkInterfaceMultiqueue: true @@ -40,16 +30,21 @@ spec: - name: default masquerade: {} ports: - - port: 8080 - - port: 443 - - port: 22 + - port: 80 + - port: 443 + - port: 22 + - port: 2222 + - port: 5050 disks: - disk: bus: sata name: rootdisk - # - disk: - # bus: scsi - # name: cloudinitdisk + # - disk: + # bus: scsi + # name: datadisk + # - disk: + # bus: scsi + # name: cloudinitdisk resources: requests: memory: 4Gi @@ -65,7 +60,10 @@ spec: - name: rootdisk dataVolume: name: fortigate-rootdisk - #- name: cloudinitdisk - # cloudInitNoCloud: - # secretRef: - # name: windows-cloud-init + # - name: datadisk + # persistentVolumeClaim: + # claimName: gitlab-datadisk + # - name: cloudinitdisk + # cloudInitNoCloud: + # secretRef: + # name: gitlab-cloud-init \ No newline at end of file