manifests pipeline updated

This commit is contained in:
sumedh
2024-11-08 16:53:38 +05:30
parent 72c5d29c70
commit c84980e65a
2 changed files with 100 additions and 60 deletions

View File

@@ -0,0 +1,20 @@
kind: Deployment
apiVersion: apps/v1
metadata:
name: hermione-fe
namespace: olympus
spec:
replicas: 1
selector:
matchLabels:
app: hermione-fe
template:
metadata:
labels:
app: hermione-fe
spec:
containers:
- name: hermione-fe
image: olympusreg.azurecr.io/hermione-fe:10edf802
resources: {}
imagePullPolicy: Always