Skip to content

Commit 22015a2

Browse files
committed
fixed: use more generic audiences in kubernetes pod spec
1 parent 7e90d9d commit 22015a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ different ways, but I personally recommend running it as a
151151
image: imkira/gcp-iap-auth:0.0.1
152152
env:
153153
- name: GCP_IAP_AUTH_AUDIENCES
154-
value: "https://logs.raytube.io"
154+
value: "https://YOUR_DOMAIN1,https://YOUR_DOMAIN2"
155155
- name: GCP_IAP_AUTH_LISTEN_PORT
156156
value: "1080"
157157
ports:

0 commit comments

Comments
 (0)