Compare commits
25 Commits
jenkins-fl
...
argoworkfl
Author | SHA1 | Date | |
---|---|---|---|
39961e438f | |||
698cd301fd | |||
6394e21897 | |||
6f9740adee | |||
6ac5104cfe | |||
d55bf535a7 | |||
ade5843804 | |||
22de400571 | |||
fd8ede3fb3 | |||
03c1b5d058 | |||
c97ff994d7 | |||
98214e98ab | |||
594f5ff8e7 | |||
61c9ff343c | |||
3cedea1085 | |||
5359fc3267 | |||
a5a112c746 | |||
1c06a28a41 | |||
bfc450dc14 | |||
ded2175859 | |||
62e4adc368 | |||
2b8ae6ed2c | |||
60175f3f2c | |||
d92dceccac | |||
c814cf80e2 |
@ -81,7 +81,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: api
|
||||
image: marcin00.azurecr.io/user-microservice:d855e795e2706e235b397a73ca5f0e068ee8eec4
|
||||
image: marcin00.azurecr.io/user-microservice:a09f4cfac66eae1014fdd47728fabcdd1d1d9475
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
|
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.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