Try reverting port change

This commit is contained in:
2019-10-15 19:11:31 -04:00
parent 21626a8e7e
commit a95ae2b423

View File

@@ -31,8 +31,6 @@ 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
@@ -63,7 +61,7 @@ metadata:
spec: spec:
ports: ports:
- name: client - name: client
port: 1434 port: 1433
selector: selector:
app: power-database app: power-database
type: LoadBalancer type: LoadBalancer