Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created June 8, 2022 08:57
Show Gist options
  • Select an option

  • Save Mishco/57a9ce565eefa56318040b0d3ee0bb3c to your computer and use it in GitHub Desktop.

Select an option

Save Mishco/57a9ce565eefa56318040b0d3ee0bb3c to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: first-app
namespace: namespace-first-app
spec:
replicas: 1
selector:
matchLabels:
run: first-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment