diff --git a/firewall-dev/vm/fortigate.yaml b/firewall-dev/vm/fortigate.yaml index e0b92a8..0a987a8 100644 --- a/firewall-dev/vm/fortigate.yaml +++ b/firewall-dev/vm/fortigate.yaml @@ -10,7 +10,7 @@ spec: spec: source: http: - url: http://nginx.demo.svc.cluster.local:80/fortios_v7_6_3.qcow2 + url: http://nginx.demo.svc.cluster.local:8080/fortios_v7_6_3.qcow2 storage: resources: requests: diff --git a/firewall-s3/vm/fortigate.yaml b/firewall-s3/vm/fortigate.yaml index caaaf55..91352bc 100644 --- a/firewall-s3/vm/fortigate.yaml +++ b/firewall-s3/vm/fortigate.yaml @@ -10,7 +10,7 @@ spec: spec: source: http: - url: http://glacier-1.kvant.cloud/ocp-virt-images/sources/fortios_7_6_3.qcow2 + url: https://glacier-1.kvant.cloud/ocp-virt-images/sources/fortios_7_6_3.qcow2 secretRef: s3-virt-credentials storage: resources: diff --git a/firewall/vm/fortigate.yaml b/firewall/vm/fortigate.yaml index b0f6236..84f2088 100644 --- a/firewall/vm/fortigate.yaml +++ b/firewall/vm/fortigate.yaml @@ -8,9 +8,6 @@ spec: - metadata: name: fortigate-rootdisk spec: - source: - http: - url: http://nginx.demo.svc.cluster.local:80/fortios_v7_6_3.qcow2 storage: resources: requests: diff --git a/templates/image-server/nginx/helmrelease.yaml b/templates/image-server/nginx/helmrelease.yaml index 095248d..24bd65c 100644 --- a/templates/image-server/nginx/helmrelease.yaml +++ b/templates/image-server/nginx/helmrelease.yaml @@ -17,9 +17,11 @@ spec: values: service: type: ClusterIP + ports: + http: 8080 ingress: enabled: true - hostname: nginx.${TENANT_DOMAIN} + hostname: nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud ingressClassName: external extraVolumes: - name: ${TENANT_NAMESPACE}-image-storage