Compare commits
28 Commits
jenkins-fl
...
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,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,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
|
|
||||||
|
|
@ -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: fluxcd
|
|
@ -81,7 +81,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: api
|
- name: api
|
||||||
image: marcin00.azurecr.io/user-microservice:33fc7f66f964b58ffe8d62d064b3cf21109b1c6f
|
image: marcin00.azurecr.io/user-microservice:e62cc946076957e934d0391a25595882fa1aefea
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
env:
|
Reference in New Issue
Block a user