Skip to content

Commit cb83922

Browse files
committed
removed PGADMIN_LISTEN_PORT
1 parent cfde120 commit cb83922

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

internal/controller/standalone_pgadmin/pod.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ func pod(
114114
Name: "PGADMIN_SETUP_EMAIL",
115115
Value: fmt.Sprintf("admin@%s.%s.svc", inPGAdmin.Name, inPGAdmin.Namespace),
116116
},
117-
{
118-
Name: "PGADMIN_LISTEN_PORT",
119-
Value: fmt.Sprintf("%d", pgAdminPort),
120-
},
121117
// Setting the KRB5_CONFIG for kerberos
122118
// - https://web.mit.edu/kerberos/krb5-current/doc/admin/conf_files/krb5_conf.html
123119
{

internal/controller/standalone_pgadmin/pod_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ containers:
9494
env:
9595
- name: PGADMIN_SETUP_EMAIL
9696
97-
- name: PGADMIN_LISTEN_PORT
98-
value: "5050"
9997
- name: KRB5_CONFIG
10098
value: /etc/pgadmin/conf.d/krb5.conf
10199
- name: KRB5RCACHEDIR
@@ -281,8 +279,6 @@ containers:
281279
env:
282280
- name: PGADMIN_SETUP_EMAIL
283281
284-
- name: PGADMIN_LISTEN_PORT
285-
value: "5050"
286282
- name: KRB5_CONFIG
287283
value: /etc/pgadmin/conf.d/krb5.conf
288284
- name: KRB5RCACHEDIR

0 commit comments

Comments
 (0)