Skip to content

Commit

Permalink
add kube
Browse files Browse the repository at this point in the history
  • Loading branch information
areed145 committed Jul 24, 2020
1 parent 4356e76 commit 920dee4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions kube.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: kk6gpv-aprs-radius
spec:
replicas: 1
selector:
matchLabels:
name: kk6gpv-aprs-radius
template:
metadata:
labels:
name: kk6gpv-aprs-radius
spec:
containers:
- name: application
image: areed145/kk6gpv-aprs-radius:latest
imagePullPolicy: Always
ports:
- containerPort: 4000
resources:
requests:
memory: "64Mi"
cpu: "250m"
limits:
memory: "128Mi"
cpu: "500m"

0 comments on commit 920dee4

Please sign in to comment.