the middle of the idiots
This commit is contained in:
		
							
								
								
									
										15
									
								
								qwen/python/k8s/service.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								qwen/python/k8s/service.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
# Kubernetes Service for the MerchantsOfHope application
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: merchants-of-hope-service
 | 
			
		||||
  labels:
 | 
			
		||||
    app: merchants-of-hope
 | 
			
		||||
spec:
 | 
			
		||||
  selector:
 | 
			
		||||
    app: merchants-of-hope
 | 
			
		||||
  ports:
 | 
			
		||||
    - protocol: TCP
 | 
			
		||||
      port: 80
 | 
			
		||||
      targetPort: 21000
 | 
			
		||||
  type: LoadBalancer  # Change to ClusterIP for internal access only
 | 
			
		||||
		Reference in New Issue
	
	Block a user