Try putting back port

This commit is contained in:
2019-10-15 19:18:36 -04:00
parent a95ae2b423
commit 982c388710

View File

@@ -33,6 +33,8 @@ spec:
value: "Y" value: "Y"
- name: MSSQL_PID - name: MSSQL_PID
value: Express value: Express
- name: MSSQL_TCP_PORT
value: 1434
- name: TZ - name: TZ
value: America/New_York value: America/New_York
volumeMounts: volumeMounts:
@@ -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