9 Commits

Author SHA1 Message Date
Marcin-Ramotowski
997282b4f1 Added kustomization 2025-07-10 20:45:58 +02:00
Marcin-Ramotowski
bfa54596b6 Changed repo structure 2025-07-10 20:41:04 +02:00
Marcin-Ramotowski
ed1f1575e4 Deleted Jenkins files 2025-07-10 20:40:33 +02:00
Marcin-Ramotowski
f7e9b0bd90 Updated image - added wait_for_db and healthcheck to app 2025-06-13 18:25:41 +00:00
Marcin-Ramotowski
bcfb0897bf Add client id of managed identity 2025-06-12 21:37:56 +00:00
Marcin-Ramotowski
c09d7c448f Merged tasks for both containers 2025-06-12 21:35:07 +00:00
Marcin-Ramotowski
cbd77b8bb1 Prepared Docker image to run for pod agent 2025-06-12 21:31:45 +00:00
Marcin-Ramotowski
4901890d0e Created pipeline for Jenkins in Kubernetes cluster 2025-06-12 19:02:29 +00:00
Marcin-Ramotowski
f55776916e Updated managed identity 2025-06-11 18:42:21 +00:00
6 changed files with 14 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ spec:
spec: spec:
containers: containers:
- name: api - name: api
image: marcin00.azurecr.io/user-microservice:37aa5692eff627f19cc5f7a37d882bf6126c9d13 image: marcin00.azurecr.io/user-microservice:a79ae2d50f2fc3dfcf976eb2a8ebe32511ae4a33
ports: ports:
- containerPort: 80 - containerPort: 80
env: env:

View File

@@ -0,0 +1,13 @@
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: flux-system
targetNamespace: default