atlan-collect / notifications / manifests / notification-deploy.yaml
notification-deploy.yaml
Raw
apiVersion: apps/v1
kind: Deployment
metadata: 
  name: notification
  labels:
    app: notification
spec:
  replicas: 4
  selector:
    matchLabels:
      app: notification
  strategy:
    type: RollingUpdate
    rollingUpdate:
      maxSurge: 8
  template:
    metadata:
      labels:
        app: notification
    spec:
      containers:
        - name: notification
          image: ranjanmangla1/atlan-notification
          envFrom:
            - configMapRef:
                name: notification-configmap
            - secretRef:
                name: notification-secret