Skip to content

Instantly share code, notes, and snippets.

@tsuyopon-xyz
tsuyopon-xyz / deployment.yaml
Created November 5, 2020 06:18
Memo for kubernetes config files.
apiVersion: apps/v1
kind: Deployment
metadata:
name: second-app-deployment
spec:
replicas: 1
selector:
matchLabels:
app: second-app
tier: backend