fix deployment
This commit is contained in:
		@@ -2,13 +2,13 @@ kiwix:
 | 
			
		||||
  controllers:
 | 
			
		||||
    main:
 | 
			
		||||
      type: deployment
 | 
			
		||||
      replicas: 3
 | 
			
		||||
      replicas: 1
 | 
			
		||||
      strategy: Recreate
 | 
			
		||||
      revisionHistoryLimit: 3
 | 
			
		||||
      containers:
 | 
			
		||||
        main:
 | 
			
		||||
          image:
 | 
			
		||||
            repository: ghcr.io/kiwix/kiwix-serve:3.7.0
 | 
			
		||||
            repository: ghcr.io/kiwix/kiwix-serve
 | 
			
		||||
            tag: 3.7.0
 | 
			
		||||
            pullPolicy: IfNotPresent
 | 
			
		||||
          args:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user