Skip to content

Instantly share code, notes, and snippets.

@mjpitz
Created April 1, 2020 19:19
Show Gist options
  • Save mjpitz/41d1ed7326b1f73b870e6e62555d43f1 to your computer and use it in GitHub Desktop.
Save mjpitz/41d1ed7326b1f73b870e6e62555d43f1 to your computer and use it in GitHub Desktop.
---
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: test
name: test-a
spec:
replicas: 1
selector:
matchLabels:
app: test
template:
metadata:
labels:
app: test
spec:
containers:
- name: busybox
image: busybox
---
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: test
name: test-b
spec:
replicas: 1
selector:
matchLabels:
app: test
template:
metadata:
labels:
app: test
spec:
containers:
- name: busybox
image: busybox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment