Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
chore: modify chart
Browse files Browse the repository at this point in the history
Signed-off-by: Brad McCoy <[email protected]>
  • Loading branch information
bradmccoydev committed Nov 13, 2022
1 parent 7a0a91c commit 903aee3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 273 deletions.
4 changes: 2 additions & 2 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ catalog:
rules:
- allow: [User, Group]

## Uncomment these lines to add more example data
# # Uncomment these lines to add more example data
# - type: url
# target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/all.yaml

## Uncomment these lines to add an example org
# # Uncomment these lines to add an example org
# - type: url
# target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/acme-corp.yaml
# rules:
Expand Down
2 changes: 1 addition & 1 deletion chart/backstage/templates/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
{{- end }}
{{- if .Values.appConfig.app.baseUrl }}
- name: APP_CONFIG_app_baseUrl
value: http://localhost:8080
value: {{ .Values.appConfig.app.baseUrl | quote }}
{{- end }}
{{- if .Values.appConfig.backend.baseUrl }}
- name: APP_CONFIG_backend_baseUrl
Expand Down
21 changes: 11 additions & 10 deletions chart/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@ backend:

# -- Settings are only required if you wish to use an existing postgresql instance
psql:
# host: postgresdb.local
# port: 5432
# username: backstage
# password:
# secret: backstage-postgres
# key: password
host: postgresql.postgres.svc.cluster.local
port: 5432
username: backstage
password:
secret: postgres-secrets
key: POSTGRES_PASSWORD

postgresql:
# -- If `true`, executes subchart PostgreSQL from Bitnami, [reference](https://artifacthub.io/packages/helm/bitnami/postgresql).
Expand All @@ -262,14 +262,15 @@ postgresql:
appConfig:
app:
title: Ortelius Backstage
baseUrl: http://localhost:8080
organization: {}
baseUrl: https://backstage.ortelius.io
organization:
name: ortelius
backend:
baseUrl: http://localhost:8080
baseUrl: https://backstage.ortelius.io
listen:
port: 7007
cors:
origin: http://localhost:8080
origin: https://backstage.ortelius.io
methods: [GET, POST, PUT, DELETE]
credentials: true
database:
Expand Down
260 changes: 0 additions & 260 deletions mainfests.yaml

This file was deleted.

0 comments on commit 903aee3

Please sign in to comment.