Skip to content

Commit 1f689fc

Browse files
committed
Revert "add configurable external ports"
This reverts commit 33e954292dee8f570c3bb621e8fddb114ba97a48.
1 parent 40c62ab commit 1f689fc

File tree

26 files changed

+8
-536
lines changed

26 files changed

+8
-536
lines changed

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pallet-defect-detection/application.yaml

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,6 @@ profiles:
5454
type: string
5555
secret: true
5656
mandatory: true
57-
- name: env.S3_STORAGE_PORT
58-
displayName: "MinIO NodePort"
59-
type: number
60-
default: "30800"
61-
- name: config.nginx.ext.http_port
62-
displayName: "Nginx HTTP NodePort"
63-
type: number
64-
default: "30080"
65-
- name: config.nginx.ext.https_port
66-
displayName: "Nginx HTTPS NodePort"
67-
type: number
68-
default: "30443"
69-
- name: config.coturn.ext.coturn_tcp_port
70-
displayName: "Coturn TCP NodePort"
71-
type: number
72-
default: "30478"
73-
- name: config.coturn.ext.coturn_udp_port
74-
displayName: "Coturn UDP NodePort"
75-
type: number
76-
default: "30478"
7757
- name: "with-intel-gpu"
7858
description: "Uses Intel GPU for inferencing, needs Intel GPU extension"
7959
valuesFileName: "pdd-values-with-intel-gpu.yaml"
@@ -114,26 +94,6 @@ profiles:
11494
type: string
11595
secret: true
11696
mandatory: true
117-
- name: env.S3_STORAGE_PORT
118-
displayName: "MinIO NodePort"
119-
type: number
120-
default: "30800"
121-
- name: config.nginx.ext.http_port
122-
displayName: "Nginx HTTP NodePort"
123-
type: number
124-
default: "30080"
125-
- name: config.nginx.ext.https_port
126-
displayName: "Nginx HTTPS NodePort"
127-
type: number
128-
default: "30443"
129-
- name: config.coturn.ext.coturn_tcp_port
130-
displayName: "Coturn TCP NodePort"
131-
type: number
132-
default: "30478"
133-
- name: config.coturn.ext.coturn_udp_port
134-
displayName: "Coturn UDP NodePort"
135-
type: number
136-
default: "30478"
13797
- name: gpu.type
13898
displayName: "GPU type"
13999
type: string
@@ -181,24 +141,4 @@ profiles:
181141
displayName: "Postgres database password"
182142
type: string
183143
secret: true
184-
mandatory: true
185-
- name: env.S3_STORAGE_PORT
186-
displayName: "MinIO NodePort"
187-
type: number
188-
default: "30800"
189-
- name: config.nginx.ext.http_port
190-
displayName: "Nginx HTTP NodePort"
191-
type: number
192-
default: "30080"
193-
- name: config.nginx.ext.https_port
194-
displayName: "Nginx HTTPS NodePort"
195-
type: number
196-
default: "30443"
197-
- name: config.coturn.ext.coturn_tcp_port
198-
displayName: "Coturn TCP NodePort"
199-
type: number
200-
default: "30478"
201-
- name: config.coturn.ext.coturn_udp_port
202-
displayName: "Coturn UDP NodePort"
203-
type: number
204-
default: "30478"
144+
mandatory: true

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pallet-defect-detection/pdd-values-with-intel-gpu.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env:
66
HOST_IP: # IP address of the target Edge Node, example: HOST_IP: 10.100.100.100
77
http_proxy: # example: http_proxy: http://proxy.example.com:891
88
https_proxy: # example: http_proxy: http://proxy.example.com:891
9-
S3_STORAGE_PORT: 30800 # NodePort for MinIO service
109
MINIO_ACCESS_KEY: # example: MINIO_ACCESS_KEY: intel1234
1110
MINIO_SECRET_KEY: # example: MINIO_SECRET_KEY: intel1234
1211
POSTGRES_PASSWORD: # example: POSTGRES_PASSWORD: intel1234
@@ -17,15 +16,6 @@ env:
1716
webrtcturnserver:
1817
username: # example: username: myuser
1918
password: # example: password: mypassword
20-
config:
21-
nginx:
22-
ext:
23-
http_port: 30080
24-
https_port: 30443
25-
coturn:
26-
ext:
27-
coturn_tcp_port: 30478
28-
coturn_udp_port: 30478
2919
gpu:
3020
enabled: true
3121
type: # example: type: "gpu.intel.com/i915 , gpu.intel.com/xe"

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pallet-defect-detection/pdd-values-with-intel-npu.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env:
66
HOST_IP: # IP address of the target Edge Node, example: HOST_IP: 10.100.100.100
77
http_proxy: # example: http_proxy: http://proxy.example.com:891
88
https_proxy: # example: http_proxy: http://proxy.example.com:891
9-
S3_STORAGE_PORT: 30800 # NodePort for MinIO service
109
MINIO_ACCESS_KEY: # example: MINIO_ACCESS_KEY: intel1234
1110
MINIO_SECRET_KEY: # example: MINIO_SECRET_KEY: intel1234
1211
POSTGRES_PASSWORD: # example: POSTGRES_PASSWORD: intel1234
@@ -17,13 +16,4 @@ env:
1716
webrtcturnserver:
1817
username: # example: username: myuser
1918
password: # example: password: mypassword
20-
config:
21-
nginx:
22-
ext:
23-
http_port: 30080
24-
https_port: 30443
25-
coturn:
26-
ext:
27-
coturn_tcp_port: 30478
28-
coturn_udp_port: 30478
2919
privileged_access_required: true

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pallet-defect-detection/pdd-values.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env:
66
HOST_IP: # IP address of the target Edge Node, example: HOST_IP: 10.100.100.100
77
http_proxy: # example: http_proxy: http://proxy.example.com:891
88
https_proxy: # example: http_proxy: http://proxy.example.com:891
9-
S3_STORAGE_PORT: 30800 # NodePort for MinIO service
109
MINIO_ACCESS_KEY: # example: MINIO_ACCESS_KEY: intel1234
1110
MINIO_SECRET_KEY: # example: MINIO_SECRET_KEY: intel1234
1211
POSTGRES_PASSWORD: # example: POSTGRES_PASSWORD: intel1234
@@ -16,13 +15,4 @@ env:
1615
OPCUA_SERVER_PASSWORD: # example: secret
1716
webrtcturnserver:
1817
username: # example: username: myuser
19-
password: # example: password: mypassword
20-
config:
21-
nginx:
22-
ext:
23-
http_port: 30080
24-
https_port: 30443
25-
coturn:
26-
ext:
27-
coturn_tcp_port: 30478
28-
coturn_udp_port: 30478
18+
password: # example: password: mypassword

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pcb-anomaly-detection/application.yaml

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,6 @@ profiles:
5454
type: string
5555
secret: true
5656
mandatory: true
57-
- name: env.S3_STORAGE_PORT
58-
displayName: "MinIO NodePort"
59-
type: number
60-
default: "30800"
61-
- name: config.nginx.ext.http_port
62-
displayName: "Nginx HTTP NodePort"
63-
type: number
64-
default: "30080"
65-
- name: config.nginx.ext.https_port
66-
displayName: "Nginx HTTPS NodePort"
67-
type: number
68-
default: "30443"
69-
- name: config.coturn.ext.coturn_tcp_port
70-
displayName: "Coturn TCP NodePort"
71-
type: number
72-
default: "30478"
73-
- name: config.coturn.ext.coturn_udp_port
74-
displayName: "Coturn UDP NodePort"
75-
type: number
76-
default: "30478"
7757
- name: "with-intel-gpu"
7858
description: "Uses Intel GPU for inferencing, needs Intel GPU extension"
7959
valuesFileName: "pcb-values-with-intel-gpu.yaml"
@@ -114,26 +94,6 @@ profiles:
11494
type: string
11595
secret: true
11696
mandatory: true
117-
- name: env.S3_STORAGE_PORT
118-
displayName: "MinIO NodePort"
119-
type: number
120-
default: "30800"
121-
- name: config.nginx.ext.http_port
122-
displayName: "Nginx HTTP NodePort"
123-
type: number
124-
default: "30080"
125-
- name: config.nginx.ext.https_port
126-
displayName: "Nginx HTTPS NodePort"
127-
type: number
128-
default: "30443"
129-
- name: config.coturn.ext.coturn_tcp_port
130-
displayName: "Coturn TCP NodePort"
131-
type: number
132-
default: "30478"
133-
- name: config.coturn.ext.coturn_udp_port
134-
displayName: "Coturn UDP NodePort"
135-
type: number
136-
default: "30478"
13797
- name: gpu.type
13898
displayName: "GPU type"
13999
type: string
@@ -181,24 +141,4 @@ profiles:
181141
displayName: "Postgres database password"
182142
type: string
183143
secret: true
184-
mandatory: true
185-
- name: env.S3_STORAGE_PORT
186-
displayName: "MinIO NodePort"
187-
type: number
188-
default: "30800"
189-
- name: config.nginx.ext.http_port
190-
displayName: "Nginx HTTP NodePort"
191-
type: number
192-
default: "30080"
193-
- name: config.nginx.ext.https_port
194-
displayName: "Nginx HTTPS NodePort"
195-
type: number
196-
default: "30443"
197-
- name: config.coturn.ext.coturn_tcp_port
198-
displayName: "Coturn TCP NodePort"
199-
type: number
200-
default: "30478"
201-
- name: config.coturn.ext.coturn_udp_port
202-
displayName: "Coturn UDP NodePort"
203-
type: number
204-
default: "30478"
144+
mandatory: true

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pcb-anomaly-detection/pcb-values-with-intel-gpu.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env:
66
HOST_IP: # IP address of the target Edge Node, example: HOST_IP: 10.100.100.100
77
http_proxy: # example: http_proxy: http://proxy.example.com:891
88
https_proxy: # example: http_proxy: http://proxy.example.com:891
9-
S3_STORAGE_PORT: 30800 # NodePort for MinIO service
109
MINIO_ACCESS_KEY: # example: MINIO_ACCESS_KEY: intel1234
1110
MINIO_SECRET_KEY: # example: MINIO_SECRET_KEY: intel1234
1211
POSTGRES_PASSWORD: # example: POSTGRES_PASSWORD: intel1234
@@ -17,15 +16,6 @@ env:
1716
webrtcturnserver:
1817
username: # example: username: myuser
1918
password: # example: password: mypassword
20-
config:
21-
nginx:
22-
ext:
23-
http_port: 30080
24-
https_port: 30443
25-
coturn:
26-
ext:
27-
coturn_tcp_port: 30478
28-
coturn_udp_port: 30478
2919
gpu:
3020
enabled: true
3121
type: # example: type: "gpu.intel.com/i915, gpu.intel.com/xe"

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pcb-anomaly-detection/pcb-values-with-intel-npu.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env:
66
HOST_IP: # IP address of the target Edge Node, example: HOST_IP: 10.100.100.100
77
http_proxy: # example: http_proxy: http://proxy.example.com:891
88
https_proxy: # example: http_proxy: http://proxy.example.com:891
9-
S3_STORAGE_PORT: 30800 # NodePort for MinIO service
109
MINIO_ACCESS_KEY: # example: MINIO_ACCESS_KEY: intel1234
1110
MINIO_SECRET_KEY: # example: MINIO_SECRET_KEY: intel1234
1211
POSTGRES_PASSWORD: # example: POSTGRES_PASSWORD: intel1234
@@ -17,13 +16,4 @@ env:
1716
webrtcturnserver:
1817
username: # example: username: myuser
1918
password: # example: password: mypassword
20-
config:
21-
nginx:
22-
ext:
23-
http_port: 30080
24-
https_port: 30443
25-
coturn:
26-
ext:
27-
coturn_tcp_port: 30478
28-
coturn_udp_port: 30478
2919
privileged_access_required: true

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/pcb-anomaly-detection/pcb-values.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env:
66
HOST_IP: # IP address of the target Edge Node, example: HOST_IP: 10.100.100.100
77
http_proxy: # example: http_proxy: http://proxy.example.com:891
88
https_proxy: # example: http_proxy: http://proxy.example.com:891
9-
S3_STORAGE_PORT: 30800 # NodePort for MinIO service
109
MINIO_ACCESS_KEY: # example: MINIO_ACCESS_KEY: intel1234
1110
MINIO_SECRET_KEY: # example: MINIO_SECRET_KEY: intel1234
1211
POSTGRES_PASSWORD: # example: POSTGRES_PASSWORD: intel1234
@@ -16,13 +15,4 @@ env:
1615
OPCUA_SERVER_PASSWORD: # example: secret
1716
webrtcturnserver:
1817
username: # example: username: myuser
19-
password: # example: password: mypassword
20-
config:
21-
nginx:
22-
ext:
23-
http_port: 30080
24-
https_port: 30443
25-
coturn:
26-
ext:
27-
coturn_tcp_port: 30478
28-
coturn_udp_port: 30478
18+
password: # example: password: mypassword

manufacturing-ai-suite/industrial-edge-insights-vision/deployment-package/weld-porosity/application.yaml

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,6 @@ profiles:
5454
type: string
5555
secret: true
5656
mandatory: true
57-
- name: env.S3_STORAGE_PORT
58-
displayName: "MinIO NodePort"
59-
type: number
60-
default: "30800"
61-
- name: config.nginx.ext.http_port
62-
displayName: "Nginx HTTP NodePort"
63-
type: number
64-
default: "30080"
65-
- name: config.nginx.ext.https_port
66-
displayName: "Nginx HTTPS NodePort"
67-
type: number
68-
default: "30443"
69-
- name: config.coturn.ext.coturn_tcp_port
70-
displayName: "Coturn TCP NodePort"
71-
type: number
72-
default: "30478"
73-
- name: config.coturn.ext.coturn_udp_port
74-
displayName: "Coturn UDP NodePort"
75-
type: number
76-
default: "30478"
7757
- name: "with-intel-gpu"
7858
description: "Uses Intel GPU for inferencing, needs Intel GPU extension"
7959
valuesFileName: "wp-values-with-intel-gpu.yaml"
@@ -114,26 +94,6 @@ profiles:
11494
type: string
11595
secret: true
11696
mandatory: true
117-
- name: env.S3_STORAGE_PORT
118-
displayName: "MinIO NodePort"
119-
type: number
120-
default: "30800"
121-
- name: config.nginx.ext.http_port
122-
displayName: "Nginx HTTP NodePort"
123-
type: number
124-
default: "30080"
125-
- name: config.nginx.ext.https_port
126-
displayName: "Nginx HTTPS NodePort"
127-
type: number
128-
default: "30443"
129-
- name: config.coturn.ext.coturn_tcp_port
130-
displayName: "Coturn TCP NodePort"
131-
type: number
132-
default: "30478"
133-
- name: config.coturn.ext.coturn_udp_port
134-
displayName: "Coturn UDP NodePort"
135-
type: number
136-
default: "30478"
13797
- name: gpu.type
13898
displayName: "GPU type"
13999
type: string
@@ -181,24 +141,4 @@ profiles:
181141
displayName: "Postgres database password"
182142
type: string
183143
secret: true
184-
mandatory: true
185-
- name: env.S3_STORAGE_PORT
186-
displayName: "MinIO NodePort"
187-
type: number
188-
default: "30800"
189-
- name: config.nginx.ext.http_port
190-
displayName: "Nginx HTTP NodePort"
191-
type: number
192-
default: "30080"
193-
- name: config.nginx.ext.https_port
194-
displayName: "Nginx HTTPS NodePort"
195-
type: number
196-
default: "30443"
197-
- name: config.coturn.ext.coturn_tcp_port
198-
displayName: "Coturn TCP NodePort"
199-
type: number
200-
default: "30478"
201-
- name: config.coturn.ext.coturn_udp_port
202-
displayName: "Coturn UDP NodePort"
203-
type: number
204-
default: "30478"
144+
mandatory: true

0 commit comments

Comments
 (0)