You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add the following environment variables to the configuration:
149
-
150
-
```yml
151
-
- name: ASPNETCORE_URLS
152
-
value: http://+8443
153
-
- name: POD_IP
154
-
valueFrom:
155
-
fieldRef:
156
-
fieldPath: "status.podIP"
157
-
```
148
+
1. Add the following environment variables to the `spec.components.aio-opc-asset-discovery.properties.resource.spec.template.spec.containers.env` configuration section:
149
+
150
+
```yml
151
+
- name: ASPNETCORE_URLS
152
+
value: http://+8443
153
+
- name: POD_IP
154
+
valueFrom:
155
+
fieldRef:
156
+
fieldPath: "status.podIP"
157
+
```
158
158
159
159
1. Save your changes. The final specification looks like the following example:
0 commit comments