Skip to content

Commit

Permalink
Use FQDNs in pods
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerman committed May 3, 2023
1 parent c327563 commit afe06b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/manifests/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
command: ["psql", "-U", "postgres", "-d", "$(DB_HOST)", "-c", "SELECT 1"]
env:
- name: VAULT_ADDR
value: http://vault:8200
value: http://vault.default.svc.cluster.local.:8200
# demonstrate env variable substition for sidecar injection
# not really needed here
- name: ROLE
Expand All @@ -33,6 +33,6 @@ spec:
- name: DB_NAME
value: postgres
- name: DB_HOST
value: postgres
value: postgres.default.svc.cluster.local.
- name: TLS_MODE
value: disable

0 comments on commit afe06b2

Please sign in to comment.