generated from phoenix-oss/tenant-tpl
remove https
This commit is contained in:
parent
745243103e
commit
241d06efd4
2 changed files with 1 additions and 5 deletions
|
@ -19,13 +19,9 @@ spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
http: 80
|
http: 80
|
||||||
https: 443
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud
|
hostname: nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- nginx.${TENANT_DOMAIN}.apps.ai-2.kvant.cloud
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: ${TENANT_NAMESPACE}-image-storage
|
- name: ${TENANT_NAMESPACE}-image-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
source:
|
source:
|
||||||
http:
|
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:
|
pvc:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue