-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/demo #894
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… kubevirt+ Signed-off-by: phac008 <philipp.achmueller@suxess-it.com>
Signed-off-by: phac008 <philipp.achmueller@suxess-it.com>
Changes Rendered Chartdiff -U 4 -r out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml
--- out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml 2024-12-06 10:41:41.575884067 +0000
+++ out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml 2024-12-06 10:41:13.323833128 +0000
@@ -8,9 +8,9 @@
data:
app-config.yaml: |
app:
baseUrl: https://backstage.demo.kubrix.cloud
- title: sX CNP App
+ title: kubriX platform
argocd:
appLocatorMethods:
- instances:
- name: kubrixdemo
@@ -79,10 +79,14 @@
- 'https:'
frame-src:
- '*.demo.kubrix.cloud'
database:
- client: better-sqlite3
- connection: ':memory:'
+ client: pg
+ connection:
+ host: ${POSTGRES_HOST}
+ password: ${POSTGRES_PASSWORD}
+ port: ${POSTGRES_PORT}
+ user: ${POSTGRES_USER}
listen:
port: 7007
catalog:
import:
@@ -187,46 +191,49 @@
- description: Central Monitoring
image: /homepage/images/monitoring.jpg
tags:
- Monitoring
- - notReallyavailable
+ - Observability
title: Central Monitoring
- url: /monitoring
- - description: Discover other companies platforms
+ url: https://grafana.demo.kubrix.cloud/
+ - description: Discover kubriX GitOps CD
image: /homepage/images/platforms.jpg
tags:
- - platforms
- - notReallyavailable
- title: Platforms
- url: /platforms
- - description: Recommended products for Platform Missions
- image: /homepage/images/infrastructure.jpg
- tags:
- - infrastructure
- - notReallyavailable
- title: Infrastructure
- url: /infrastructure
- - description: corporate building blocks
+ - GitOps
+ - CD
+ - argocd
+ title: GitOps CD
+ url: https://argocd.demo.kubrix.cloud/
+ - description: orchestrate stage-to-stage deployments
image: /homepage/images/sdk.jpg
tags:
- - clientSDK
- - notReallyavailable
- title: Client SDKs
- url: /cliendsdk
- - description: User experiences arount specific domains of interest
+ - kargo
+ - multistage
+ - promotion
+ title: GitOps Promotion
+ url: https://kargo.demo.kubrix.cloud
+ - description: Discover security threats in real time
+ image: /homepage/images/infrastructure.jpg
+ tags:
+ - falco
+ - Threat Detection
+ - Regulatory Compliance
+ title: Thread Detection
+ url: https://falco.demo.kubrix.cloud
+ - description: Identity and Access Management
image: /homepage/images/hubs.jpg
tags:
- - hubs
- - notReallyavailable
- title: Hubs
- url: /hubs
- - description: Official sX Apps
+ - keycloak
+ - sso
+ title: IAM
+ url: /https://keycloak.demo.kubrix.cloud
+ - description: Manage Secrets
image: /homepage/images/apps.jpg
tags:
- - apps
- - notReallyavailable
- title: Apps
- url: /hubs
+ - vault
+ - secrets
+ title: Secret Management
+ url: https://vault.demo.kubrix.cloud
grafana:
domain: https://grafana.demo.kubrix.cloud
unifiedAlerting: false
integrations:
@@ -267,9 +274,9 @@
plural: virtualmachineinstances
serviceLocatorMethod:
type: multiTenant
organization:
- name: sX CNP
+ name: kubriX platform
permission:
enabled: false
rbac:
admin:
diff -U 4 -r out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml
--- out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml 2024-12-06 10:41:41.575884067 +0000
+++ out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml 2024-12-06 10:41:13.323833128 +0000
@@ -28,9 +28,9 @@
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: backstage
annotations:
- checksum/app-config: 56fa27395d9250636cee99c75cfcc8ea88b68aa80b1691c4fc7447539a603326
+ checksum/app-config: 92166dc8c05d3b34a9b50109917eb84dbd96402464d3a68435859d24cb98d8de
spec:
serviceAccountName: default
volumes:
- configMap:
@@ -70,8 +70,10 @@
- secretRef:
name: sx-cnp-secret
- secretRef:
name: manual-secret
+ - secretRef:
+ name: backstage-db-secrets
env:
- name: APP_CONFIG_backend_listen_port
value: "7007"
- name: NODE_OPTIONS
Only in out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts: cluster
Only in out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/templates: es.yaml
Only in out/pr/cnpg: values-demo-metalstack.yaml
Only in out/pr/kubevirt: values-demo-metalstack.yaml
Only in out/pr/kubevirt-manager: values-demo-metalstack.yaml
diff -U 4 -r out/target/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml out/pr/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml
--- out/target/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml 2024-12-06 10:41:53.979890060 +0000
+++ out/pr/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml 2024-12-06 10:41:27.179849548 +0000
@@ -6,8 +6,8 @@
name: kubevirt-certificate
spec:
secretName: kubevirt-manager-server-tls
issuerRef:
- name: letsencrypt-staging
+ name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- kubevirt-manager-metalstack.platform-engineer.cloud
Only in out/pr/minio: values-demo-metalstack.yaml
Only in out/pr/velero: values-demo-metalstack.yaml
Only in out/pr/velero-ui: values-demo-metalstack.yaml |
Changes Default Values |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.