Skip to content

Instantly share code, notes, and snippets.

View subashd's full-sized avatar
💭
🙏 नमस्ते 🇳🇵

Subash Dangol subashd

💭
🙏 नमस्ते 🇳🇵
  • Cloud Software Group
  • Bangalore, India
View GitHub Profile
@subashd
subashd / httpbin-v1-v2.yaml
Last active April 6, 2020 04:51
httpbin-v1-v2.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: httpbin-v1
spec:
replicas: 1
selector:
matchLabels:
app: httpbin
version: v1