Skip to content

Commit

Permalink
update k8s files
Browse files Browse the repository at this point in the history
  • Loading branch information
rrozek committed Nov 29, 2024
1 parent c0888e4 commit a5c2418
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion k8s/db-api/environment/dev/values-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dbapi:
image:
repository: "tokenguard-dev-db-api"
pullPolicy: Always
tag: "b925f46a8d60da231af67b5c02f0b2ed3d153043"
tag: "2101c755e0ae8471981561b6e155addfafa4ef2c"
replicaCount: 1
env:
NODE_ENV: "development"
Expand Down
2 changes: 1 addition & 1 deletion k8s/db-api/environment/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dbapi:
image:
repository: "tokenguard-dev-db-api"
pullPolicy: Always
tag: "b925f46a8d60da231af67b5c02f0b2ed3d153043"
tag: "2101c755e0ae8471981561b6e155addfafa4ef2c"
replicaCount: 1
env:
NODE_ENV: "development"
Expand Down
2 changes: 1 addition & 1 deletion k8s/db-api/environment/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dbapi:
image:
repository: "tokenguard-prod-db-api"
pullPolicy: Always
tag: "f1138de09a2ad15969b8a149cff4f3b2a6d41d9f"
tag: "8f64c2cb29a0df561ebb95ad4ae141f8a08c4ace"
replicaCount: 1
env:
NODE_ENV: "production"
Expand Down
4 changes: 2 additions & 2 deletions k8s/db-api/template/templates/db-api-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: Secret
metadata:
name: {{ .Values.secrets.name }}
stringData:
data-postgres-host: "ref+awsssm://{{ .Values.eksEnvironment }}/infrastructure/rds/postgres-prod/address"
data-postgres-port: "ref+awsssm://{{ .Values.eksEnvironment }}/infrastructure/rds/postgres-prod/port"
data-postgres-host: "ref+awsssm://{{ .Values.eksEnvironment }}/infrastructure/rds/postgres/address"
data-postgres-port: "ref+awsssm://{{ .Values.eksEnvironment }}/infrastructure/rds/postgres/port"
data-postgres-username: "ref+awsssm://{{ .Values.eksEnvironment }}/application/db-api/db/data/username"
data-postgres-password: "ref+awsssm://{{ .Values.eksEnvironment }}/application/db-api/db/data/password"
data-postgres-dbnames: "ref+awsssm://{{ .Values.eksEnvironment }}/application/db-api/db/data/dbnames"
Expand Down

0 comments on commit a5c2418

Please sign in to comment.