Untitled

 avatar
unknown
plain_text
3 months ago
688 B
8
Indexable
image:
  repository: "ghcr.io/focus-brands/gx-scheduler-datasync/gx-scheduler-datasync-prod"
  pullPolicy: "Always"
  tag: "latest"
 
services:
  backup:
    cronJob:
      enabled: true
      schedule: '0 */4 * * *'
      failedJobsHistoryLimit: 1
      successfulJobsHistoryLimit: 1
      podAnnotations: {}
    commands: ["/bin/sh", "-c", "/backupmongo.sh"]
    volumes: 
      - name: my-ephemeral-volume
        ephemeral:
          volumeClaimTemplate:
            spec:
              accessModes: [ "ReadWriteOnce" ]
              storageClassName: "azurefile-csi-premium"
              resources:
                requests:
                  storage: 100Gi
Editor is loading...
Leave a Comment