Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

not create pod in azure kubernetes service for sqlserver service #1609

@abhishek-ats

Description

@abhishek-ats
  • name: sqlserver
    image: mcr.microsoft.com/mssql/server:latest
    env:
    • name: SA_PASSWORD
      value: Ats@1234
    • name: ACCEPT_EULA
      value: Y
      bindings:
    • name: saasdb
      connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
    • name: admindb
      connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
    • name: identitydb
      connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
    • name: reportdb
      connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};
    • name: lmsdb
      connectionString: Server=${host};Port=${port};User Id=sqlserver;Password=${env:SA_PASSWORD};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions