Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stellar-disbursement-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: stellar-disbursement-platform
description: A Helm chart for the Stellar Disbursement Platform Backend (A.K.A. `sdp`)
version: "5.0.0"
appVersion: "5.0.0"
version: "6.0.0"
appVersion: "6.0.0"
type: application
maintainers:
- name: Stellar Development Foundation
Expand Down
249 changes: 99 additions & 150 deletions charts/stellar-disbursement-platform/README.md

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions charts/stellar-disbursement-platform/minimal-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ sdp:
image:
tag: "edge"

# =========================== START Anchor ========================
anchorPlatform:
route:
schema: "http"
domain: "ap.local"
## Disable the TLS for the Anchor Platform ingress
ingress:
tls: []
## Generate secrets for the Anchor Platform
kubeSecrets:
secretName: sdp-ap
create: true

# =========================== START TSS ===========================
tss:
## Generate secrets for the TSS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ data:
PORT: {{ include "sdp.port" . | quote }}
METRICS_PORT: {{ include "sdp.metricsPort" . | quote }}
ADMIN_PORT: {{ include "sdp.adminPort" . | quote }}
ANCHOR_PLATFORM_BASE_SEP_URL: {{ include "sdp.ap.baseURL" . | quote }}
ANCHOR_PLATFORM_BASE_PLATFORM_URL: {{ include "sdp.ap.platformServiceAddress" . | quote }}
{{- /*
Values from the `global` section
*/}}
Expand Down
101 changes: 0 additions & 101 deletions charts/stellar-disbursement-platform/templates/01.2-configmap-ap.yaml

This file was deleted.

130 changes: 0 additions & 130 deletions charts/stellar-disbursement-platform/templates/02.2-deployment-ap.yaml

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ data:
{{- required "sdp.kubeSecrets.data.SEP24_JWT_SECRET is required" .Values.sdp.kubeSecrets.data.SEP24_JWT_SECRET }}
{{- end }}

{{- /* ANCHOR_PLATFORM_OUTGOING_JWT_SECRET */ -}}
{{- if or .Values.global.autoGenerateSecrets .Values.sdp.kubeSecrets.data.ANCHOR_PLATFORM_OUTGOING_JWT_SECRET }}
ANCHOR_PLATFORM_OUTGOING_JWT_SECRET: {{ default (include "sdp.platformAuthSecret" . | b64enc) .Values.sdp.kubeSecrets.data.ANCHOR_PLATFORM_OUTGOING_JWT_SECRET | quote }}
{{- else }}
{{- required "sdp.kubeSecrets.data.ANCHOR_PLATFORM_OUTGOING_JWT_SECRET is required" .Values.sdp.kubeSecrets.data.ANCHOR_PLATFORM_OUTGOING_JWT_SECRET }}
{{- end }}

{{- /*
Values from the global section
*/}}
Expand Down
Loading