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