mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Disable globalization and fix SQL port
This commit is contained in:
@@ -33,6 +33,8 @@ spec:
|
||||
value: "Y"
|
||||
- name: MSSQL_PID
|
||||
value: Express
|
||||
- name: MSSQL_TCP_PORT
|
||||
value: "1435"
|
||||
- name: TZ
|
||||
value: America/New_York
|
||||
volumeMounts:
|
||||
@@ -61,7 +63,7 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- name: client
|
||||
port: 1433
|
||||
port: 1435
|
||||
selector:
|
||||
app: environment-database
|
||||
type: LoadBalancer
|
||||
|
||||
Reference in New Issue
Block a user