Skip to content

Commit

Permalink
service name moved
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Nov 25, 2024
1 parent 06c5ec1 commit 93785ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ spec:
data:
# App
SONARR__AUTH__APIKEY: "{{ .SONARR_APIKEY }}"
# SONARR__POSTGRES_HOST: &dbHost postgres-rw.db.svc.cluster.local
SONARR__POSTGRES_HOST: &dbHost "10.105.87.240"
SONARR__POSTGRES_HOST: &dbHost postgres-rw.db.svc.cluster.local
# SONARR__POSTGRES_HOST: &dbHost "10.105.87.240"
SONARR__POSTGRES_PORT: "5432"
SONARR__POSTGRES_USER: &dbUser "{{ .POSTGRES_USER }}"
SONARR__POSTGRES_PASSWORD: &dbPass "{{ .POSTGRES_PASS }}"
Expand Down

0 comments on commit 93785ed

Please sign in to comment.