Skip to content

Commit

Permalink
Add DeployAI marketplace TIL
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 25, 2024
1 parent 8d5c441 commit de1506f
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 0 deletions.
18 changes: 18 additions & 0 deletions aws/apps/deployai/marketplace/til.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: til-marketplace
namespace: argocd
spec:
destination:
namespace: deployai
server: https://kubernetes.default.svc
project: default
source:
path: aws/deployai/marketplace/iam/trusted-issuers-list
repoURL: https://github.com/FIWARE-Ops/fiware-gitops
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
12 changes: 12 additions & 0 deletions aws/deployai/marketplace/iam/trusted-issuers-list/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v2
name: trusted-issuers-list
description: Chart holder for argo-cd

type: application
version: 0.3.5
appVersion: "0.0.3"

dependencies:
- name: trusted-issuers-list
version: 0.3.5
repository: https://fiware.github.io/helm-charts
97 changes: 97 additions & 0 deletions aws/deployai/marketplace/iam/trusted-issuers-list/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
trusted-issuers-list:

# Image
deployment:
image:
tag: 0.2.0

# Configure an Ingress or OpenShift Route
ingress:
til:
enabled: false
tir:
enabled: false
route:
til:
enabled: false
tir:
enabled: false

# Database config
database:
persistence: true
host: mysql-til
name: til

existingSecret:
enabled: true
name: mysql-secret
key: mysql-root-password

username: root

initData:
initEnabled: true
hook: post-install,post-upgrade
issuers:
# allow ourself to issuer credentials
- name: deployai-marketplace
issuer:
did: "did:web:marketplace.deployai.fiware.dev"
credentials:
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "LegalPersonCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "VerifiableCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "GaiaXParticipantCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "NaturalPersonCredential"
- name: deployai-provider
issuer:
did: "did:web:provider.deployai.fiware.dev"
credentials:
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "LegalPersonCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "VerifiableCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "GaiaXParticipantCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "NaturalPersonCredential"
- name: deployai-consumer
issuer:
did: "did:web:consumer.deployai.fiware.dev"
credentials:
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "LegalPersonCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "VerifiableCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "GaiaXParticipantCredential"
- validFor:
from: "2023-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "NaturalPersonCredential"

0 comments on commit de1506f

Please sign in to comment.