deployment file modified

This commit is contained in:
sumedh
2024-11-07 18:43:07 +05:30
parent 2d8c7fba90
commit 47d7b1676d
2 changed files with 20 additions and 31 deletions

View File

@@ -1,31 +0,0 @@
kind: Deployment
apiVersion: apps/v1
metadata:
name: hermione
namespace: olympus
spec:
replicas: 1
selector:
matchLabels:
app: hermione
template:
metadata:
labels:
app: hermione
spec:
containers:
- name: hermione
image: olympusreg.azurecr.io/hermione:a843dee4
envFrom:
- configMapRef:
name: olympus-db-shared-cfg
env:
- name: HERMIONE_FE_URL
value: http://hermione-aks.olympusai.live
- name: ARIADNE_FE_URL
value: http://ariadne-aks.olympusai.live
- name: EUREKA_URI
value: >-
http://eureka-server-service.olympus.svc.cluster.local:8761/eureka
resources: {}
imagePullPolicy: Always

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