init: FastAPI priprema-za-kolokvij + k8s manifesti (monorepo)
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: priprema-za-kolokvij
|
||||
name: priprema-za-kolokvij2
|
||||
namespace: student-tony773
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: priprema-za-kolokvij
|
||||
app: priprema-za-kolokvij2
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: priprema-za-kolokvij
|
||||
app: priprema-za-kolokvij2
|
||||
spec:
|
||||
containers:
|
||||
- name: priprema-za-kolokvij
|
||||
- name: priprema-za-kolokvij2
|
||||
image: git.fpmoz.sum.ba/tony773/priprema-za-kolokvij:1.0
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
Reference in New Issue
Block a user