Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini authored Sep 9, 2024
1 parent 8e80a2d commit c336a26
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions data_analysis/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
postgres:
db: "stardataaa"
db: "stardata"
user: "yaghooli"
password: "Aliyaghini110110@"
host: "stardataaa.83ddaaf9a69e4d4d86caf49e649f8464-dbaas-postgresql-a361fcd1ad5cf.svc.cluster.local:5432"
host: "stardata.83ddaaf9a69e4d4d86caf49e649f8464-dbaas-postgresql-7ef1f268b93fa.svc.cluster.local:5432"
port: "5432"
image:
repository: postgres
Expand All @@ -25,7 +25,6 @@ postgres:
angular:
image:
repository: yaghooli/frontangular:v0.24.3
#registry.abriment.com/yaghooli/angular_image_tmp2

service:
type: ClusterIP
Expand Down Expand Up @@ -65,10 +64,3 @@ web:

storage:
size: 3Gi

#imagePullSecrets:
# - name: my-registry-secret

#ingress:
# enabled: true
# host: myapp.local

0 comments on commit c336a26

Please sign in to comment.