Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRF-10: Initial cnp-flux-config for civil-rtl-export #34784

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/civil/automation/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ resources:
- ../civil-sdt/demo-image-policy.yaml
- ../civil-sdt/perftest-image-policy.yaml
- ../civil-sdt/aat-image-policy.yaml
- ../civil-rtl-export/image-repo.yaml
- ../civil-rtl-export/image-policy.yaml
20 changes: 20 additions & 0 deletions apps/civil/civil-rtl-export/civil-rtl-export.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: civil-rtl-export
namespace: civil
spec:
releaseName: civil-rtl-export
values:
java:
useInterpodAntiAffinity: true
image: hmctspublic.azurecr.io/civil/rtl-export:prod-a6b5f16-20241007123558 #{"$imagepolicy": "flux-system:civil-rtl-export"}
environment:
chart:
spec:
chart: ./stable/civil-rtl-export
sourceRef:
kind: GitRepository
name: hmcts-charts
namespace: flux-system
interval: 1m
7 changes: 7 additions & 0 deletions apps/civil/civil-rtl-export/image-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: civil-rtl-export
spec:
imageRepositoryRef:
name: civil-rtl-export
6 changes: 6 additions & 0 deletions apps/civil/civil-rtl-export/image-repo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageRepository
metadata:
name: civil-rtl-export
spec:
image: hmctspublic.azurecr.io/civil/rtl-export
1 change: 1 addition & 0 deletions apps/civil/demo/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resources:
- ../../civil-sdt/civil-sdt.yaml
- ../../civil-orchestrator-service/civil-orchestrator-service.yaml
- ../../../base/slack-provider/demo
- ../../civil-rtl-export/civil-rtl-export.yaml
patches:
- path: ../../../am/identity/aat.yaml
- path: ../../civil-citizen-ui/demo.yaml
Expand Down
Loading