Compare commits
28 Commits
jenkins-fl
...
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,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:6966df2868a406f46347bc49a296458582872c8f
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
env:
|
Reference in New Issue
Block a user