Compare commits
31 Commits
ce5746b6dd
...
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 | ||
|
|
2aadba7822 | ||
|
|
599a4d26d5 | ||
|
|
59ab88cdea | ||
|
|
604a805374 | ||
|
|
659b062551 | ||
|
|
d520cea264 |
@@ -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:
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
apiVersion: notification.toolkit.fluxcd.io/v1beta2
|
||||
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||
kind: Receiver
|
||||
metadata:
|
||||
name: gitea-receiver
|
||||
namespace: flux-system
|
||||
spec:
|
||||
type: git
|
||||
type: github
|
||||
events:
|
||||
- push
|
||||
resources:
|
||||
- kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
- "ping"
|
||||
- "push"
|
||||
secretRef:
|
||||
name: webhook-token
|
||||
resources:
|
||||
- apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
namespace: flux-system
|
||||
|
||||
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
|
||||
@@ -11,5 +11,3 @@ spec:
|
||||
kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
targetNamespace: user-microservice
|
||||
resources:
|
||||
- flux-receiver.yaml
|
||||
@@ -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