fix: replace hardcoded IP with DNS name in k8s-semaphore #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ansible/roles/k8s-semaphore/defaults/main.yml:5setspostgresql_login_hostto the hardcoded IP10.43.151.15.All other roles use
postgresql.database.svc.cluster.local. If the postgres pod reschedules and gets a new ClusterIP, semaphore will break.Replace with
postgresql.database.svc.cluster.localto match every other role.