Skip to content

Instantly share code, notes, and snippets.

View chetanku's full-sized avatar

Chetan Yanamandra chetanku

View GitHub Profile
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
apiVersion: v1
kind: Pod
metadata:
name: client-pod
labels:
app: frontend
spec:
containers:
- name: frontend-env
image: "IMAGE_REGISTRY"/frontend-env