Compare commits
28 Commits
argoworkfl
...
argo-deplo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fb3eb9398 | ||
|
|
b30c2aa93d | ||
|
|
9c9eab4d22 | ||
|
|
7a25bf4117 | ||
|
|
a9bc86c83e | ||
|
|
340eaa829b | ||
|
|
f8a22bf728 | ||
|
|
38beaeefee | ||
|
|
eba4de4fc8 | ||
|
|
1b89f432e3 | ||
|
|
0b8a0588fd | ||
|
|
ba66cfa897 | ||
|
|
85d8bab64c | ||
|
|
220fa45e88 | ||
|
|
96c4543b06 | ||
|
|
8a7014482e | ||
|
|
142d9b251f | ||
|
|
9806a16ab5 | ||
|
|
c1f8aaba65 | ||
|
|
729a81424b | ||
|
|
1230a1ae6b | ||
|
|
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:e62cc946076957e934d0391a25595882fa1aefea
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
Reference in New Issue
Block a user