From 623ad9dcffdf5ef9c2470b7693f24ae53dd90d1d Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 31 May 2022 17:59:17 +0200 Subject: [PATCH] feat: added smardigo-mobene as app --- smardigo/Chart.yaml | 2 +- smardigo/{ => templates}/maria/external-maria-service.yml | 0 .../{ => templates}/postgres/external-postgres-service.yml | 0 smardigo/values.yaml | 4 ---- 4 files changed, 1 insertion(+), 5 deletions(-) rename smardigo/{ => templates}/maria/external-maria-service.yml (100%) rename smardigo/{ => templates}/postgres/external-postgres-service.yml (100%) diff --git a/smardigo/Chart.yaml b/smardigo/Chart.yaml index fce043a..343438f 100644 --- a/smardigo/Chart.yaml +++ b/smardigo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: smardigo -description: This chart installs Smardigo along with its Postgres database. +description: This chart installs smardigo. # A chart can be either an 'application' or a 'library' chart. # diff --git a/smardigo/maria/external-maria-service.yml b/smardigo/templates/maria/external-maria-service.yml similarity index 100% rename from smardigo/maria/external-maria-service.yml rename to smardigo/templates/maria/external-maria-service.yml diff --git a/smardigo/postgres/external-postgres-service.yml b/smardigo/templates/postgres/external-postgres-service.yml similarity index 100% rename from smardigo/postgres/external-postgres-service.yml rename to smardigo/templates/postgres/external-postgres-service.yml diff --git a/smardigo/values.yaml b/smardigo/values.yaml index 55624a6..a506a91 100644 --- a/smardigo/values.yaml +++ b/smardigo/values.yaml @@ -1,8 +1,4 @@ sharedService: - keycloak: - host: - ip: 10.0.0.11 - name: dev-keycloak-01.smardigo.digital postgres: host: ip: 10.0.0.19