fixing container spec in sample deployment

This commit is contained in:
shockrah 2024-02-09 15:36:53 -08:00
parent b71182d910
commit 5bd1f53222

View File

@ -15,5 +15,7 @@ spec:
app: shockrah-xyz app: shockrah-xyz
spec: spec:
containers: containers:
- name: bind - name: shockrah-xyz
image: nginx:latest image: nginx:latest
ports:
- containerPort: 80