Compare commits
44 Commits
fluxcd
...
woodpecker
Author | SHA1 | Date | |
---|---|---|---|
adc8cdb6a8 | |||
5ac0afae78 | |||
225a98925c | |||
94afcfa709 | |||
f8e4d20340 | |||
68ba30ba00 | |||
fa0c8812c6 | |||
6449d2efca | |||
b10fb95ba8 | |||
b74eafdf89 | |||
984b3d6e2f | |||
514c397e73 | |||
ef0954a6dc | |||
77ff8d5cdf | |||
cf2e960200 | |||
d2bd2261f8 | |||
8a8f14d8eb | |||
07ac158356 | |||
3d89cd2c7d | |||
526b9dfcde | |||
341ab6e1ea | |||
a89a431c13 | |||
2734497f0c | |||
ce5660882a | |||
f70763c7e4 | |||
8121921d7f | |||
3b3c43c6d0 | |||
d302ff079b | |||
f73d6194da | |||
b59cef5e3d | |||
0698a7f682 | |||
ad895c0702 | |||
d99ddac949 | |||
0f343d3c07 | |||
10a34213cd | |||
5890f398eb | |||
8a6d3c7f5e | |||
0d7443fae2 | |||
ad19223a5e | |||
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:d6ade884cfba565e3a4c96219d9b2c2dd4998488
|
||||
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