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": {
"Database": {
"Name": "Power"
"Name": "Power",
"Port": 1434
}
},
"Hub": {

View File

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