Skip to content

Instantly share code, notes, and snippets.

@bharathirajatut
Created October 7, 2021 14:23
Show Gist options
  • Save bharathirajatut/0967575db4af05b7003d627ce39433c7 to your computer and use it in GitHub Desktop.
Save bharathirajatut/0967575db4af05b7003d627ce39433c7 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: php
labels:
app: php
spec:
replicas: 1
selector:
matchLabels:
app: php
template:
metadata:
labels:
app: php
spec:
containers:
- name: php
image: php:8-apache
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment