Skip to content

Instantly share code, notes, and snippets.

View YoninL's full-sized avatar

YoninL YoninL

View GitHub Profile
@YoninL
YoninL / nginx_deployment.yaml
Last active July 8, 2021 06:58 — forked from petitviolet/nginx_deployment.yaml
sample Nginx configuration on Kubernetes using ConfigMap to configure nginx.
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx