You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
It looks like you have no port mappings in your binding config. You are also secifying multiple connection strings referring to multiple ports, I'm not too sure of SQL server supports that out of the box.
Why have you opted to run SQL server in K8s via Tye - I'd love to learn more about your use case and advise you!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
image: mcr.microsoft.com/mssql/server:latest
env:
value: Ats@1234
value: Y
bindings:
connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
The text was updated successfully, but these errors were encountered: