13 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v1
 | 
						|
kind: Service
 | 
						|
metadata:
 | 
						|
  name: gotify
 | 
						|
  namespace: gotify
 | 
						|
spec:
 | 
						|
  ports:
 | 
						|
    - protocol: TCP
 | 
						|
      name: web
 | 
						|
      port: 80
 | 
						|
  selector:
 | 
						|
    app: gotify
 |