Skip to content

Instantly share code, notes, and snippets.

View VedarthamSandhyaRani's full-sized avatar

VedarthamSandhyaRani

View GitHub Profile
@VedarthamSandhyaRani
VedarthamSandhyaRani / nginx.yaml
Created November 2, 2025 09:12 — forked from utkudarilmaz/nginx.yaml
Nginx Deployment for Kubernetes
---
apiVersion: v1
kind: Service
metadata:
name: nginx
labels:
app.kubernetes.io/name: nginx
spec:
type: ClusterIP
ports: