Skip to content

Commit

Permalink
Add static Pod.yaml to templates (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokel81 committed Oct 15, 2021
1 parent 052d12f commit 343569a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/create-resource/Pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: static-web
labels:
role: myrole
spec:
containers:
- name: web
image: nginx
ports:
- name: web
containerPort: 80
protocol: TCP

0 comments on commit 343569a

Please sign in to comment.