diff --git a/templates/NOTES.txt b/templates/NOTES.txt index 23f79fb..639dd0a 100644 --- a/templates/NOTES.txt +++ b/templates/NOTES.txt @@ -5,12 +5,6 @@ Chart Version: {{ .Chart.Version }} App Version: {{ .Chart.AppVersion }} Description: {{ .Chart.Description }} -Dependencies ------------- -PostgreSQL Chart: -- Version: 15.5.7 -- Repository: https://charts.bitnami.com/bitnami - Configuration Files ------------------- 1. configmap.yaml @@ -32,34 +26,13 @@ Image Configuration: - Tag: {{ .Values.image.tag }} - Pull Policy: {{ .Values.image.pullPolicy }} -Init Container Image Configuration: -- Repository: {{ .Values.initContainerImage.repository }} -- Tag: {{ .Values.initContainerImage.tag }} -- Pull Policy: {{ .Values.initContainerImage.pullPolicy }} - -PostgreSQL Configuration: -- Port: {{ .Values.postgresql.port }} -- Username, Password, Database: Configured via Helm values. -- Persistence: Enabled with storage class ebs-csi-encrypted and size 10Gi for both primary and secondary. - Namespace: {{ .Values.namespace }} Secrets: - Username: {{ .Values.secret.username }} - Password: {{ .Values.secret.password }} -- Flyway Password: {{ .Values.secret.flyway_password }} - Docker Config JSON: {{ .Values.secret.dockerconfigjson }} -Flyway Configuration: -- URL: {{ .Values.flyway.url }} -- User: {{ .Values.flyway.user }} -- Locations: {{ .Values.flyway.locations }} - -Resource Management -------------------- -PostgreSQL Resources: -- Requests: 500m CPU, 3Gi Memory -- Limits: 1000m CPU, 4Gi Memory Post-Installation Instructions ------------------------------