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