Compare commits
	
		
			3 Commits
		
	
	
		
			c814cf80e2
			...
			2b8ae6ed2c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					2b8ae6ed2c | ||
| 
						 | 
					60175f3f2c | ||
| 
						 | 
					d92dceccac | 
							
								
								
									
										20
									
								
								clusters/prod/ingress.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								clusters/prod/ingress.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
apiVersion: networking.k8s.io/v1
 | 
			
		||||
kind: Ingress
 | 
			
		||||
metadata:
 | 
			
		||||
  name: flux-receiver
 | 
			
		||||
  namespace: flux-system
 | 
			
		||||
  annotations:
 | 
			
		||||
    nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
 | 
			
		||||
spec:
 | 
			
		||||
  ingressClassName: nginx
 | 
			
		||||
  rules:
 | 
			
		||||
    - host: flux-webhook.marcin00.pl
 | 
			
		||||
      http:
 | 
			
		||||
        paths:
 | 
			
		||||
          - path: /
 | 
			
		||||
            pathType: Prefix
 | 
			
		||||
            backend:
 | 
			
		||||
              service:
 | 
			
		||||
                name: notification-controller
 | 
			
		||||
                port:
 | 
			
		||||
                  number: 80
 | 
			
		||||
@@ -1,14 +0,0 @@
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: receiver
 | 
			
		||||
  namespace: flux-system
 | 
			
		||||
spec:
 | 
			
		||||
  type: LoadBalancer
 | 
			
		||||
  selector:
 | 
			
		||||
    app: notification-controller
 | 
			
		||||
  ports:
 | 
			
		||||
    - name: http
 | 
			
		||||
      port: 80
 | 
			
		||||
      protocol: TCP
 | 
			
		||||
      targetPort: 9292
 | 
			
		||||
@@ -1,12 +0,0 @@
 | 
			
		||||
apiVersion: networking.k8s.io/v1
 | 
			
		||||
kind: NetworkPolicy
 | 
			
		||||
metadata:
 | 
			
		||||
  name: allow-all-to-flux
 | 
			
		||||
  namespace: flux-system
 | 
			
		||||
spec:
 | 
			
		||||
  podSelector: {}
 | 
			
		||||
  ingress:
 | 
			
		||||
    - {}
 | 
			
		||||
  policyTypes:
 | 
			
		||||
    - Ingress
 | 
			
		||||
 | 
			
		||||
@@ -7,4 +7,4 @@ spec:
 | 
			
		||||
  interval: 1m
 | 
			
		||||
  url: https://gitea.marcin00.pl/pikram/user-microservice-deploy.git
 | 
			
		||||
  ref:
 | 
			
		||||
    branch: fluxcd
 | 
			
		||||
    branch: woodpecker-fluxcd-deploy
 | 
			
		||||
		Reference in New Issue
	
	Block a user