Skip to content

Commit 7f898ed

Browse files
authored
Merge pull request #7 from aydesai/master
Update to use correct tag from Docker Hub
2 parents 2d348de + 9d14a50 commit 7f898ed

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- "${MSSQL_PORT:-1433}:1433"
2626
restart: always
2727
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}
2929
container_name: ${CONTAINER_PREFIX:-opcon}-core
3030
hostname: ${OPCON_HOSTNAME:-opcon-core}
3131
depends_on:

poc/azure-kubernetes-service/opcon.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ data:
2626
PATH_TO_DATABASE_DATA_FILE: "/var/opt/mssql/data/OpConxps_Data.MDF"
2727
PATH_TO_DATABASE_LOG_FILE: "/var/opt/mssql/data/OpConxps_Log.LDF"
2828
CREATE_API_CERTIFICATE: "true"
29-
API_USES_TLS: "true"
30-
SM_DOC_DIR_PATH: "/app/documentation"
3129
DB_SETUP: "true"
3230
TZ: "America/Chicago"
31+
LANG: "en_US.utf-8"
3332
LICENSE: "0:xxxxxxxxxxxx"
3433
---
3534
apiVersion: v1
@@ -156,9 +155,7 @@ spec:
156155
image: smatechnologies/opcon-server:latest
157156
name: opcon
158157
ports:
159-
- containerPort: 9010
160-
protocol: TCP
161-
- containerPort: 8181
158+
- containerPort: 443
162159
protocol: TCP
163160
volumeMounts:
164161
- name: opconconfig
@@ -183,9 +180,6 @@ spec:
183180
ports:
184181
- name: apiport
185182
port: 9010
186-
targetPort: 9010
187-
- name: smport
188-
port: 8181
189-
targetPort: 8181
183+
targetPort: 443
190184
selector:
191185
app: opconservices

0 commit comments

Comments
 (0)