Skip to content

Commit

Permalink
Add DeployAI marketplace CCS
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 25, 2024
1 parent c2ae887 commit 33cf08e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
18 changes: 18 additions & 0 deletions aws/apps/deployai/marketplace/css.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ccs-marketplace
namespace: argocd
spec:
destination:
namespace: deployai
server: https://kubernetes.default.svc
project: default
source:
path: aws/deployai/marketplace/iam/credentials-config-service
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/credentials-config-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v2
name: credentials-config-service
description: Chart holder for argo-cd

type: application
version: 0.1.5
appVersion: "1.0.1"

dependencies:
- name: credentials-config-service
version: 0.1.5
repository: https://fiware.github.io/helm-charts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
credentials-config-service:

# Image
deployment:
image:
repository: quay.io/fiware/credentials-config-service
tag: 1.0.1

# Database config
database:
host: mysql-til
name: ccs
username: root

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

0 comments on commit 33cf08e

Please sign in to comment.