Skip to content

Instantly share code, notes, and snippets.

@mac2000
Created July 23, 2023 07:28
Show Gist options
  • Save mac2000/ba409849053811a0f7cead8dd7964fb6 to your computer and use it in GitHub Desktop.
Save mac2000/ba409849053811a0f7cead8dd7964fb6 to your computer and use it in GitHub Desktop.
kustomize repro
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 2
template:
metadata:
labels:
run: my-nginx
spec:
containers:
- name: my-nginx
image: nginx
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment