File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
poc/azure-kubernetes-service Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
- " ${MSSQL_PORT:-1433}:1433"
26
26
restart : always
27
27
opcon-core :
28
- image : ${OPCON_REPOSITORY:-smatechnologies/opcon-server}:${OPCON_VERSION:-20.0 -latest}
28
+ image : ${OPCON_REPOSITORY:-smatechnologies/opcon-server}:${OPCON_VERSION:-20.00 -latest}
29
29
container_name : ${CONTAINER_PREFIX:-opcon}-core
30
30
hostname : ${OPCON_HOSTNAME:-opcon-core}
31
31
depends_on :
Original file line number Diff line number Diff line change 26
26
PATH_TO_DATABASE_DATA_FILE : " /var/opt/mssql/data/OpConxps_Data.MDF"
27
27
PATH_TO_DATABASE_LOG_FILE : " /var/opt/mssql/data/OpConxps_Log.LDF"
28
28
CREATE_API_CERTIFICATE : " true"
29
- API_USES_TLS : " true"
30
- SM_DOC_DIR_PATH : " /app/documentation"
31
29
DB_SETUP : " true"
32
30
TZ : " America/Chicago"
31
+ LANG : " en_US.utf-8"
33
32
LICENSE : " 0:xxxxxxxxxxxx"
34
33
---
35
34
apiVersion : v1
@@ -156,9 +155,7 @@ spec:
156
155
image : smatechnologies/opcon-server:latest
157
156
name : opcon
158
157
ports :
159
- - containerPort : 9010
160
- protocol : TCP
161
- - containerPort : 8181
158
+ - containerPort : 443
162
159
protocol : TCP
163
160
volumeMounts :
164
161
- name : opconconfig
@@ -183,9 +180,6 @@ spec:
183
180
ports :
184
181
- name : apiport
185
182
port : 9010
186
- targetPort : 9010
187
- - name : smport
188
- port : 8181
189
- targetPort : 8181
183
+ targetPort : 443
190
184
selector :
191
185
app : opconservices
You can’t perform that action at this time.
0 commit comments