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

DRAFT - do not merge yet - Jm 7918 #5129

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
3 changes: 0 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ apps/toffee/ @hmcts/platform-operations
### HMI
apps/hmi/ @hmcts/hmi

### JD
apps/juror-digital @hmcts/juror-digital

### MI
apps/mi/ @hmcts/mi

Expand Down
9 changes: 0 additions & 9 deletions apps/juror-digital/base/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions apps/juror-digital/base/kustomize.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions apps/juror-digital/dev/base/kustomization.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions apps/juror-digital/identity/dev.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions apps/juror-digital/identity/juror-digital-azure-identity.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions apps/juror-digital/identity/prod.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions apps/juror-digital/jd-bureau/jd-bureau.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions apps/juror-digital/jd-bureau/prod.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions apps/juror-digital/jd-public/jd-public.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions apps/juror-digital/jd-public/prod.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions apps/juror-digital/moj-reverse-proxy/moj-reverse-proxy.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions apps/juror-digital/moj-reverse-proxy/prod.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions apps/juror-digital/prod/base/kustomization.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ data:
# kube-system,gatekeeper-system log collection are disabled by default in the absence of 'log_collection_settings.stdout' setting. If you want to enable kube-system,gatekeeper-system, remove them from the following setting.
# If you want to continue to disable kube-system,gatekeeper-system log collection keep the namespaces in the following setting and add any other namespace you want to disable log collection to the array.
# In the absense of this configmap, default value for exclude_namespaces = ["kube-system","gatekeeper-system"]
exclude_namespaces = ["kube-system","gatekeeper-system", "admin", "flux-system", "dynatrace", "jd", "keda", "monitoring", "met", "mi", "neuvector", "pip", "pre", "toffee"]
exclude_namespaces = ["kube-system","gatekeeper-system", "admin", "flux-system", "dynatrace", "keda", "monitoring", "met", "mi", "neuvector", "pip", "pre", "toffee"]
[log_collection_settings.stderr]
# Default value for enabled is true
enabled = true
# exclude_namespaces setting holds good only if enabled is set to true
# kube-system,gatekeeper-system log collection are disabled by default in the absence of 'log_collection_settings.stderr' setting. If you want to enable kube-system,gatekeeper-system, remove them from the following setting.
# If you want to continue to disable kube-system,gatekeeper-system log collection keep the namespaces in the following setting and add any other namespace you want to disable log collection to the array.
# In the absense of this configmap, default value for exclude_namespaces = ["kube-system","gatekeeper-system"]
exclude_namespaces = ["kube-system","gatekeeper-system", "admin", "flux-system", "dynatrace", "jd", "keda", "monitoring", "met", "mi", "neuvector", "pip", "pre", "toffee"]
exclude_namespaces = ["kube-system","gatekeeper-system", "admin", "flux-system", "dynatrace", "keda", "monitoring", "met", "mi", "neuvector", "pip", "pre", "toffee"]

[log_collection_settings.env_var]
# In the absense of this configmap, default value for enabled is true
Expand Down
1 change: 0 additions & 1 deletion clusters/dev/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resources:
- ../../../apps/admin/base/kustomize.yaml
- ../../../apps/monitoring/base/kustomize.yaml
- ../../../apps/pip/base/kustomize.yaml
- ../../../apps/juror-digital/base/kustomize.yaml
- ../../../apps/vh/base/kustomize.yaml
- ../../../apps/toffee/base/kustomize.yaml
- ../../../apps/mailrelay/base/kustomize.yaml
Expand Down
1 change: 0 additions & 1 deletion clusters/prod/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ resources:
- ../../../apps/admin/base/kustomize.yaml
- ../../../apps/pip/base/kustomize.yaml
- ../../../apps/toffee/base/kustomize.yaml
- ../../../apps/juror-digital/base/kustomize.yaml
- ../../../apps/mailrelay2/base/kustomize.yaml
- ../../../apps/mailrelay/base/kustomize.yaml
- ../../../apps/azure-devops/base/kustomize.yaml
Expand Down
3 changes: 0 additions & 3 deletions tests/flux-v2-image-automation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ EXCLUSIONS_LIST=(
apps/met/themis-fe/prod.yaml
apps/aspnet/dotnet48/dotnet48.yaml
apps/hmi/hmi-rota-dtu/hmi-rota-dtu.yaml
apps/juror-digital/jd-public/*
apps/juror-digital/jd-bureau/*
apps/juror-digital/moj-reverse-proxy/*
apps/jenkins/jenkins/*
.*perftest.*
.*sbox.*
Expand Down
Loading