apollo-fe dpeloyment added

This commit is contained in:
sumedh
2024-11-06 13:29:37 +05:30
parent 6b2396b2ea
commit dfeac5062f

20
apollo-fe-deployment.yaml Normal file
View File

@@ -0,0 +1,20 @@
kind: Deployment
apiVersion: apps/v1
metadata:
name: apollo-fe
namespace: olympus
spec:
replicas: 1
selector:
matchLabels:
app: apollo-fe
template:
metadata:
labels:
app: apollo-fe
spec:
containers:
- name: apollo-fe
image: olympusreg.azurecr.io/apollo-fe:6b2396b2
imagePullPolicy: Always