You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
797 B

apiVersion: apps/v1
kind: Deployment
metadata:
name: csi-ehr-opd-ui-master
namespace: moh-prod
spec:
#replicas: 3
selector:
matchLabels:
app: csi-ehr-opd-ui-master
tier: frontend
track: stable
template:
metadata:
labels:
app: csi-ehr-opd-ui-master
module: ehr
tier: frontend
track: stable
spec:
containers:
- image: 'harbor.moh.gov.sa/vidamoh/ehr-opd-ui:4.0.1359.0'
imagePullPolicy: IfNotPresent
name: csi-ehr-opd-ui-master
ports:
- containerPort: 80
name: http
resources:
limits:
memory: 100Mi
requests:
cpu: 2m
memory: 25Mi
imagePullSecrets:
- name: regcred