Disable globalization and fix SQL port

This commit is contained in:
2024-01-13 21:42:28 -05:00
parent 058c3165e4
commit 9f7530cbe5
2 changed files with 4 additions and 1 deletions

View File

@@ -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"]

View File

@@ -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