Skip to content

Instantly share code, notes, and snippets.

@vedashree29296
Created September 17, 2021 10:48
Show Gist options
  • Save vedashree29296/b4b1c9cd60cac8f5e7bf063cfab72a61 to your computer and use it in GitHub Desktop.
Save vedashree29296/b4b1c9cd60cac8f5e7bf063cfab72a61 to your computer and use it in GitHub Desktop.
GC: Manifest file for example Deployment
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-deployment
namespace: my-namespace
labels:
app: my-deployment
spec:
replicas: 2
selector:
matchLabels:
app: my-deployment
template:
metadata:
labels:
app: my-deployment
spec:
containers:
name: my-deployment-container
image: go-chronicles-pod
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment