14 lines
252 B
YAML
14 lines
252 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: result-app-pod
|
|
labels:
|
|
name: result-app-pod
|
|
app: demo-result-app
|
|
spec:
|
|
containers:
|
|
- name: result-app
|
|
image: kodekloud/examplevotingapp_result:v1
|
|
ports:
|
|
- containerPort: 80
|