8000 [Feature Request] Add support PostgreSQL chart dependency by luismacosta · Pull Request #686 · temporalio/helm-charts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Feature Request] Add support PostgreSQL chart dependency #686

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

luismacosta
Copy link
Contributor
@luismacosta luismacosta commented Apr 8, 2025

What was changed

[Feature Request] Add support PostgreSQL chart dependency -> #637
This is an initial commit. Probably more work needs to be done on _helpers.tpl and server-job.yaml

Cc @tomwheeler @robholland

Why?

Deploy temporal using postgresql statefullset helm chart

How was this tested:

➜  helm template .  --name-template temporal -n temporal-tests -f  /temporal/charts/temporal/ci/postgresql.yaml   > final.yaml --debug

➜  kubectl create ns temporal-tests

➜  kubectl apply -f /temporal/charts/temporal/final.yaml -n temporal-tests


➜   kubectl get pods -n temporal-tests
NAME                                   READY   STATUS      RESTARTS        AGE
temporal-admintools-5bc4cc567c-j2dnb   1/1     Running     0               8m17s
temporal-frontend-95ff6bc98-9xdtb      1/1     Running     3 (7m53s ago)   8m16s
temporal-history-6f79b4677d-kxkl7      1/1     Running     3 (7m52s ago)   8m16s
temporal-matching-59d4b74dcf-5dw54     1/1     Running     3 (7m51s ago)   8m15s
temporal-postgresql-0                  1/1     Running     0               8m9s
temporal-schema-1-dw8sp                0/1     Completed   0               8m14s
temporal-web-67d4d56788-b487x          1/1     Running     0               8m14s
temporal-worker-55fdb9f8db-47t7f       1/1     Running     4 (7m31s ago)   8m15s

image

@luismacosta luismacosta changed the title [Feature Request] Add support for deploying and using PostgreSQL [Feature Request] Add support PostgreSQL chart dependency Apr 8, 2025
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
Signed-off-by: luis.costa <luis.costa@talkdesk.com>
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.

1 participant
0