migration to next
This commit is contained in:
		@@ -1,67 +0,0 @@
 | 
			
		||||
unpackerr:
 | 
			
		||||
  controllers:
 | 
			
		||||
    main:
 | 
			
		||||
      type: deployment
 | 
			
		||||
      replicas: 1
 | 
			
		||||
      strategy: Recreate
 | 
			
		||||
      revisionHistoryLimit: 3
 | 
			
		||||
      containers:
 | 
			
		||||
        main:
 | 
			
		||||
          image:
 | 
			
		||||
            repository: golift/unpackerr
 | 
			
		||||
            tag: 0.14.5
 | 
			
		||||
            pullPolicy: IfNotPresent
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TZ
 | 
			
		||||
              value: US/Central
 | 
			
		||||
            - name: UN_WEBSERVER_METRICS
 | 
			
		||||
              value: true
 | 
			
		||||
            - name: UN_SONARR_0_URL
 | 
			
		||||
              value: http://sonarr4.sonarr4:80
 | 
			
		||||
            - name: UN_SONARR_0_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
            - name: UN_SONARR_1_URL
 | 
			
		||||
              value: http://sonarr4-4k.sonarr4-4k:80
 | 
			
		||||
            - name: UN_SONARR_1_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
            - name: UN_SONARR_2_URL
 | 
			
		||||
              value: http://sonarr4-anime.sonarr4-anime:80
 | 
			
		||||
            - name: UN_SONARR_2_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
            - name: UN_RADARR_0_URL
 | 
			
		||||
              value: http://radarr5.radarr5:80
 | 
			
		||||
            - name: UN_RADARR_0_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
            - name: UN_RADARR_1_URL
 | 
			
		||||
              value: http://radarr5-4k.radarr5-4k:80
 | 
			
		||||
            - name: UN_RADARR_1_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
            - name: UN_RADARR_2_URL
 | 
			
		||||
              value: http://radarr5-anime.radarr5-anime:80
 | 
			
		||||
            - name: UN_RADARR_2_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
            - name: UN_RADARR_3_URL
 | 
			
		||||
              value: http://radarr5-standup.radarr5-standup:80
 | 
			
		||||
            - name: UN_RADARR_3_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
            - name: UN_LIDARR_0_URL
 | 
			
		||||
              value: http://lidarr2.lidarr2:80
 | 
			
		||||
            - name: UN_LIDARR_0_PATHS_0
 | 
			
		||||
              value: /mnt/store/Torrent/FINISHED/COMPLETED
 | 
			
		||||
          envFrom:
 | 
			
		||||
            - secretRef:
 | 
			
		||||
                name: unpackerr-key-secret
 | 
			
		||||
          resources:
 | 
			
		||||
            requests:
 | 
			
		||||
              cpu: 10m
 | 
			
		||||
              memory: 128Mi
 | 
			
		||||
  serviceAccount:
 | 
			
		||||
    create: true
 | 
			
		||||
  persistence:
 | 
			
		||||
    storage:
 | 
			
		||||
      existingClaim: unpackerr-nfs-storage
 | 
			
		||||
      advancedMounts:
 | 
			
		||||
        main:
 | 
			
		||||
          main:
 | 
			
		||||
            - path: /mnt/store
 | 
			
		||||
              readOnly: false
 | 
			
		||||
		Reference in New Issue
	
	Block a user