Commit bff81deb authored by Amena's avatar Amena

Add new file

parents
apiVersion: apps/v1
kind: Deployment
metadata:
name: app
namespace: sre-spf
labels:
app: app
spec:
replicas: 1
selector:
matchLabels:
app: app
tier: frontend
template:
metadata:
labels:
app: app
tier: frontend
spec:
containers:
- name: app
image: nginx
imagePullPolicy: Always
ports:
- containerPort: 80
name: app
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment