Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow self-signed ssl #5446

Merged
merged 1 commit into from
Jul 6, 2022
Merged

Conversation

dnplkndll
Copy link
Contributor

I could not seem to get around the self signed easily. this works perhaps 2 would be better but I could not get it to work even when passed as a string without the head/footer

https://gist.github.com/zmts/f3306945e90914c4dedda5e0eaf1a279#solution-2

Added
feat: startup probe

at any rate this will work with DO connection string with the change of sslmode=require to ssl=true. could handle but likely a note is sufficient or maybe os obvious.

@@ -104,7 +114,9 @@ sideload:

## This will override the postgresql chart values
# externalPostgresql:
# databaseURL: postgresql://postgres:postgres@postgres:5432/wiki?sslmode=require
# databaseURL: postgresql://postgres:postgres@postgres:5432/wiki?ssl=true
# # For sign signed, like DigitalOcean
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self?

feat: startup probe
fix: nil externalPostgresql
@NGPixel NGPixel merged commit dffffd3 into requarks:main Jul 6, 2022
@dnplkndll
Copy link
Contributor Author

@NGPixel a secret deployment on the apparent external support using postgresqlHost (wip)

https://gitlab.com/kencove/wiki/-/merge_requests/3/diffs?commit_id=f5c79fd2756b7b8e9221496f2315e2cf2cc20c4d#f8037eadf7a725cbab3a26f103f3de6285d2c0ca

Also I think if your default image is a floating latest you would want an Always pull or the image will not change once on the node. Not planning to PR unless you see a need as our case is covered now with the _URL this was effort in the postgresql.ca approach

jionggyu pushed a commit to jionggyu/wiki-2.5.302-patch that referenced this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants