Deploy AKS-Construction #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy AKS-Construction | |
on: | |
workflow_dispatch: | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
reusable_workflow_job: | |
uses: Azure/AKS-Construction/.github/workflows/AKSC_Deploy.yml@0.10.5 | |
with: | |
templateVersion: 0.10.5 | |
rg: rg-k8s-pygoat-dev-001 | |
resourceName: k8s-pygoat-dev-001 | |
templateParams: resourceName=k8s-pygoat-dev-001 agentCount=1 upgradeChannel=stable JustUseSystemPool=true agentCountMax=20 osDiskType=Managed osDiskSizeGB=32 enableTelemetry=false omsagent=true retentionInDays=30 ingressApplicationGateway=true automationAccountScheduledStartStop=Weekday | |
secrets: | |
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} | |
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} | |
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} | |
USER_OBJECT_ID: ${{ secrets.USER_OBJECT_ID }} |