Skip to content
Snippets Groups Projects

gitops merge

Merged Cristina Pauna requested to merge gitops into main
5 files
+ 138
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -104,3 +104,40 @@ applications:
name: integratio-db-superuser
authQuery: SELECT usename, passwd FROM pg_shadow WHERE usename=$1
- name: claim-mapping-service
project: gxfs-portal
namespace: gxfs-portal
enabled: true
source: https://gaia-x.gitlab.io/data-infrastructure-federation-services/gxfs-integration/applications/por/helm
chartName: claim-mapping-service
sourceRef: 1.0.0
values:
image:
pullPolicy: Always
ingress:
ingressClassName: "nginx"
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
tls:
- secretName: argocd-wildcard
hosts:
- integration.gxfs.dev
hosts:
- host: integration.gxfs.dev
paths:
- path: /api/claim-mapping(/|$)(.*)
port: 8080
postgres:
superUser:
usernameSecret:
name: portal-postgres-db-superuser
key: username
passwordSecret:
name: portal-postgres-db-superuser
key: password
user: claimmappingservice
database: claimmappingservice
host:
name: portal-postgres-db-rw.gxfs-portal.svc.cluster.local
port: 5432
Loading