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:
@@ -14,4 +14,5 @@ FROM base AS final
|
||||
RUN apk add --no-cache tzdata
|
||||
WORKDIR /app
|
||||
COPY --from=build /app .
|
||||
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
|
||||
ENTRYPOINT ["dotnet", "ChrisKaczor.HomeMonitor.Environment.Service.dll"]
|
||||
@@ -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