Skip to content

Instantly share code, notes, and snippets.

@tuanpembual
Created March 2, 2020 14:40
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 tuanpembual/34f6d86d2fb51737c00c36eb1dfee754 to your computer and use it in GitHub Desktop.
Save tuanpembual/34f6d86d2fb51737c00c36eb1dfee754 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: php-pesbuk
spec:
selector:
matchLabels:
run: php-pesbuk
replicas: 2
template:
metadata:
labels:
run: php-pesbuk
spec:
containers:
- name: php-pesbuk
image: imanwibi/php-pesbuk
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment