Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Last active January 23, 2021 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reyhansofian/9da976feb6e8458215d6801a49f66f70 to your computer and use it in GitHub Desktop.
Save reyhansofian/9da976feb6e8458215d6801a49f66f70 to your computer and use it in GitHub Desktop.
# path: hello-world/base/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world-deployment
spec:
replicas: 1
template:
spec:
containers:
- name: hello-world-deployment
image: hello-world-deployment
imagePullPolicy: Always
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment