Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez committed Aug 30, 2023
1 parent 486d7d9 commit 377ad9c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ stages:
- job: Deploy
displayName: Deploy no Kubernetes
steps:
- task: KubernetesManifest@0
- task: KubernetesManifest@1
inputs:
action: 'deploy'
kubernetesServiceConnection: 'k8s-default-1646655554647'
namespace: 'default'
manifests: 'k8s/*'
containers: 'fabricioveronez/live-conversao-temperatura:$(Build.BuildId)'



connectionType: 'kubernetesServiceConnection'
kubernetesServiceConnection: 'Kubernetes Teste'
manifests: 'k8s/deployment.yaml'
containers: 'fabricioveronez/rotten-potatoes:$(Build.BuildId)'

0 comments on commit 377ad9c

Please sign in to comment.