Skip to content

Commit

Permalink
Add localhost to dienst allowed hosts for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk authored Nov 27, 2024
1 parent ae956cc commit 7d1b3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dienst2/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
domain: dienst2.ch.tudelft.nl
serviceAccountSecretName: dienst2-service-account
serviceAccountSecretKey: service_account
allowedHosts: "dienst2.ch.tudelft.nl,dienst2.default.svc.cluster.local,dienst2.wisvch.internal"
allowedHosts: "dienst2.ch.tudelft.nl,dienst2.default.svc.cluster.local,dienst2.wisvch.internal,localhost"
image:
repository: ghcr.io/wisvch/dienst2
tag: 20240904-cb446ac # {"$imagepolicy": "flux-system:dienst2:tag"}
Expand Down

0 comments on commit 7d1b3b7

Please sign in to comment.