Skip to content

Instantly share code, notes, and snippets.

View wesleywillians's full-sized avatar

Wesley Willians wesleywillians

View GitHub Profile
@wesleywillians
wesleywillians / deployment.yaml
Created April 3, 2021 01:17
Live Esquenta K8s
apiVersion: apps/v1
kind: Deployment
metadata:
name: esquenta
spec:
selector:
matchLabels:
app: esquenta
replicas: 10
template:
apiVersion: apps/v1
kind: Deployment
metadata:
name: webserver
spec:
replicas: 3
selector:
matchLabels:
app: webserver
template: