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
|
RUN apk add --no-cache tzdata
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app .
|
COPY --from=build /app .
|
||||||
|
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
|
||||||
ENTRYPOINT ["dotnet", "ChrisKaczor.HomeMonitor.Environment.Service.dll"]
|
ENTRYPOINT ["dotnet", "ChrisKaczor.HomeMonitor.Environment.Service.dll"]
|
||||||
@@ -33,6 +33,8 @@ spec:
|
|||||||
value: "Y"
|
value: "Y"
|
||||||
- name: MSSQL_PID
|
- name: MSSQL_PID
|
||||||
value: Express
|
value: Express
|
||||||
|
- name: MSSQL_TCP_PORT
|
||||||
|
value: "1435"
|
||||||
- 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: 1435
|
||||||
selector:
|
selector:
|
||||||
app: environment-database
|
app: environment-database
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|||||||
Reference in New Issue
Block a user