Compare commits
28 Commits
argoworkfl
...
argoworkfl
Author | SHA1 | Date | |
---|---|---|---|
a9621cb31b | |||
4676091b3e | |||
595a8d02c0 | |||
2d03498232 | |||
be9ce58b17 | |||
30b8f0ed3f | |||
df3db82cfe | |||
20da47165f | |||
72d97db784 | |||
c69b0294fc | |||
062a08efc9 | |||
94466300ed | |||
6ba8b091b4 | |||
868b503813 | |||
c70ec36e90 | |||
f5c62e0b5e | |||
9256356a61 | |||
d3cc9a2775 | |||
8884a61575 | |||
c22fddffff | |||
68194995ff | |||
6d9602c961 | |||
e7bc2a962d | |||
698fa9e1d1 | |||
edc669507c | |||
87994b727f | |||
ebbad36f96 | |||
9f9086b0d6 |
@ -1,17 +0,0 @@
|
||||
apiVersion: notification.toolkit.fluxcd.io/v1
|
||||
kind: Receiver
|
||||
metadata:
|
||||
name: gitea-receiver
|
||||
namespace: flux-system
|
||||
spec:
|
||||
type: github
|
||||
events:
|
||||
- "ping"
|
||||
- "push"
|
||||
secretRef:
|
||||
name: webhook-token
|
||||
resources:
|
||||
- apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
namespace: flux-system
|
@ -1,20 +0,0 @@
|
||||
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,13 +0,0 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: user-microservice
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
path: ./apps/user-microservice
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: user-microservice-repo
|
||||
targetNamespace: user-microservice
|
@ -1,10 +0,0 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: user-microservice-repo
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://gitea.marcin00.pl/pikram/user-microservice-deploy.git
|
||||
ref:
|
||||
branch: woodpecker-fluxcd-deploy
|
@ -81,7 +81,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: api
|
||||
image: marcin00.azurecr.io/user-microservice:a09f4cfac66eae1014fdd47728fabcdd1d1d9475
|
||||
image: marcin00.azurecr.io/user-microservice:6966df2868a406f46347bc49a296458582872c8f
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
Reference in New Issue
Block a user