remove https

This commit is contained in:
maximilian.bartz 2025-04-30 17:29:32 +02:00
parent 745243103e
commit 241d06efd4
2 changed files with 1 additions and 5 deletions

View file

@ -19,13 +19,9 @@ spec:
type: ClusterIP
ports:
http: 80
https: 443
ingress:
enabled: true
hostname: nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud
tls:
- hosts:
- nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud
extraVolumes:
- name: ${TENANT_NAMESPACE}-image-storage
persistentVolumeClaim:

View file

@ -6,7 +6,7 @@ metadata:
spec:
source:
http:
url: "http://nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud/windows-server-2022.qcow2"
url: "http://nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud/win2022.qcow2"
pvc:
accessModes:
- ReadWriteOnce