Skip to content

Instantly share code, notes, and snippets.

@martinezhenry
martinezhenry / deployment.yaml
Last active April 23, 2023 21:31
K8s resources example
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world-deployment
labels:
app: hello-world
spec:
replicas: 1
selector:
matchLabels: