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

Rename decision tree + beslisboom to beslishulp #78

Merged
merged 2 commits into from
Nov 29, 2024
Merged
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: 1 addition & 1 deletion .sops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# tn-ai-validation-playground: age1c3jzgmgndqjltttugk74dn4ym7hturvl7druzl5gpe50t5y57apqyah6k5
# tn-ai-validation-keycloak: age1f7z0780s30xvm05c7h25l8lwmcxkw24rz0egc2g7vglncmft04esjd7uga
# tn-ai-validation-vault: age132j0q8hy44arlu8avet6hltq404f47gfuh27748qclla73dmkf0se9hlz7
# tn-ai-validation-ai-act-decisiontree: age1vr2kga3l0vcx0767yckwtluxxa22lf6syvjpwlft26yvxgj8peyqvw9dtc
# tn-ai-validation-ai-verordening-beslishulp: age1vr2kga3l0vcx0767yckwtluxxa22lf6syvjpwlft26yvxgj8peyqvw9dtc

creation_rules:
- path_regex: apps/amt/overlays/production/secret.*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The AI Validation team has access to the following namespaces:
* tn-ai-validation-amt-staging. Running [amt](amt.stag.apps.digilab.network) main branch with [pgadmin](pgadmin.stag.apps.digilab.network)
* tn-ai-validation-vault: needs to have vault from tn-ai-validation-infra. migration needed
* tn-ai-validation-task-registry. Running the [Task Registry API](task-registry.apps.digilab.network)
* tn-ai-validation-ai-act-decisiontree. Running the [AI Act Decisiontree frontend](ai-act-decisiontree.apps.digilab.network)
* tn-ai-validation-ai-verordening-beslishulp. Running the [AI Verordening Beslishulp frontend](ai-verordening-beslishulp.apps.digilab.network)

### storage classes

Expand Down
25 changes: 0 additions & 25 deletions apps/ai-act-beslisboom/sandbox/kustomization.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ spec:
template:
metadata:
labels:
app: ai-act-decisiontree
app: ai-verordening-beslishulp
spec:
automountServiceAccountToken: false
containers:
- image: ai-act-beslisboom-image
name: ai-act-decisiontree
- image: ai-verordening-beslishulp-image
name: ai-verordening-beslishulp
imagePullPolicy: Always
ports:
- containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: ai-act-decisiontree.apps.digilab.network
- host: ai-verordening-beslishulp.apps.digilab.network
http:
paths:
- backend:
Expand All @@ -20,5 +20,5 @@ spec:
pathType: Prefix
tls:
- hosts:
- ai-act-decisiontree.apps.digilab.network
secretName: ai-act-decisiontree-tls
- ai-verordening-beslishulp.apps.digilab.network
secretName: ai-verordening-beslishulp-tls
25 changes: 25 additions & 0 deletions apps/ai-verordening-beslishulp/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- deployment.yaml
- service.yaml
- ingress.yaml

namespace: tn-ai-validation-ai-verordening-beslishulp

namePrefix: ai-verordening-beslishulp-

commonLabels:
minbzk.github.io/name: ai-verordening-beslishulp

buildMetadata: [originAnnotations]

commonAnnotations:
commithash: b5967d17d0433266a40a3f391d34b09b386e9ee8
minbzk.github.io/version: main

images:
- name: ai-verordening-beslishulp-image
newName: ghcr.io/minbzk/ai-verordening-beslishulp
newTag: main@sha256:310dff2f3d9c9e26d709f61cd8aec16ab75f8e99b17cd72136b128110d6b6097
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
protocol: TCP
targetPort: 80
selector:
app: ai-act-decisiontree
app: ai-verordening-beslishulp
type: ClusterIP