Skip to content

Commit

Permalink
adds k8d manifest for creating a Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarakaufler committed Oct 1, 2019
1 parent a3b5475 commit bfd2825
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions traffic_lights_pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: traffic-lights
labels:
app: traffic-lights
spec:
securityContext:
runAsUser: 0
containers:
- name: traffic-lights
image: forbiddenforrest/traffic-lights:0.1.0-armv7
securityContext:
privileged: true

0 comments on commit bfd2825

Please sign in to comment.