-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathapplication.yaml
More file actions
43 lines (40 loc) · 1.17 KB
/
application.yaml
File metadata and controls
43 lines (40 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: LicenseRef-Intel
---
specSchema: "Application"
schemaVersion: "0.1"
$schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
name: ibvs-app
version: 1.2.0
description: "Image-Based Video Search Sample Application"
helmRegistry: "docker-hub"
chartName: "intel/image-based-video-search"
chartVersion: "1.2.0"
profiles:
- name: "default"
valuesFileName: "ibvs-values.yaml"
parameterTemplates:
- name: httpProxy
displayName: "Http proxy"
type: string
default: ""
- name: httpsProxy
displayName: "Https proxy"
type: string
default: ""
- name: noProxy
displayName: "No proxy"
type: string
default: "localhost,127.0.0.1"
- name: config.nginx.ext.http_port
displayName: "Nginx HTTP NodePort"
type: number
default: "30080"
- name: config.nginx.ext.https_port
displayName: "Nginx HTTPS NodePort"
type: number
default: "30443"
- name: config.nginx.ext.rtsp_port
displayName: "Nginx RTSP NodePort"
type: number
default: "30554"