Change power SQL port

This commit is contained in:
2019-10-15 18:52:29 -04:00
parent fda2303bc1
commit 21626a8e7e
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
}, },
"Power": { "Power": {
"Database": { "Database": {
"Name": "Power" "Name": "Power",
"Port": 1434
} }
}, },
"Hub": { "Hub": {

View File

@@ -31,6 +31,8 @@ spec:
key: password key: password
- name: ACCEPT_EULA - name: ACCEPT_EULA
value: "Y" value: "Y"
- name: MSSQL_TCP_PORT
value: 1434
- name: MSSQL_PID - name: MSSQL_PID
value: Express value: Express
- name: TZ - name: TZ
@@ -61,7 +63,7 @@ metadata:
spec: spec:
ports: ports:
- name: client - name: client
port: 1433 port: 1434
selector: selector:
app: power-database app: power-database
type: LoadBalancer type: LoadBalancer