change label
This commit is contained in:
		@@ -2,12 +2,12 @@ ollama:
 | 
			
		||||
  controllers:
 | 
			
		||||
    server-1:
 | 
			
		||||
      type: deployment
 | 
			
		||||
      labels:
 | 
			
		||||
        ollama-type: server
 | 
			
		||||
      replicas: 1
 | 
			
		||||
      strategy: Recreate
 | 
			
		||||
      revisionHistoryLimit: 3
 | 
			
		||||
      pod:
 | 
			
		||||
        labels:
 | 
			
		||||
          ollama-type: server
 | 
			
		||||
        affinity:
 | 
			
		||||
          podAntiAffinity:
 | 
			
		||||
              requiredDuringSchedulingIgnoredDuringExecution:
 | 
			
		||||
@@ -38,12 +38,12 @@ ollama:
 | 
			
		||||
              gpu.intel.com/i915: 1
 | 
			
		||||
    server-2:
 | 
			
		||||
      type: deployment
 | 
			
		||||
      labels:
 | 
			
		||||
        ollama-type: server
 | 
			
		||||
      replicas: 1
 | 
			
		||||
      strategy: Recreate
 | 
			
		||||
      revisionHistoryLimit: 3
 | 
			
		||||
      pod:
 | 
			
		||||
        labels:
 | 
			
		||||
          ollama-type: server
 | 
			
		||||
        affinity:
 | 
			
		||||
          podAntiAffinity:
 | 
			
		||||
              requiredDuringSchedulingIgnoredDuringExecution:
 | 
			
		||||
@@ -74,12 +74,12 @@ ollama:
 | 
			
		||||
              gpu.intel.com/i915: 1
 | 
			
		||||
    server-3:
 | 
			
		||||
      type: deployment
 | 
			
		||||
      labels:
 | 
			
		||||
        ollama-type: server
 | 
			
		||||
      replicas: 1
 | 
			
		||||
      strategy: Recreate
 | 
			
		||||
      revisionHistoryLimit: 3
 | 
			
		||||
      pod:
 | 
			
		||||
        labels:
 | 
			
		||||
          ollama-type: server
 | 
			
		||||
        affinity:
 | 
			
		||||
          podAntiAffinity:
 | 
			
		||||
              requiredDuringSchedulingIgnoredDuringExecution:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user