This commit is contained in:
10
k8s/deployment.yaml
Normal file
10
k8s/deployment.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: blog-pod
|
||||
spec:
|
||||
containers:
|
||||
- name: blog-container
|
||||
image: git.vanespen.dev/evanespen/blog:latest
|
||||
ports:
|
||||
- containerPort: 80
|
||||
Reference in New Issue
Block a user