DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

fix: load image bash postgres config #182

Closed ChrisRousey closed 1 year ago

ChrisRousey commented 1 year ago

The current load-image-k8s.bash updates the k8s-manifests/minikube-with-postgres-ns-default.yaml but actually overwrites/removes the postgres statefulset and service, which causes the application to crash.

This PR configures postgres when the helm template command is called.

HknLof commented 1 year ago

Would it make sense to write it into a different file, to not interfere with anything?

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

HknLof commented 1 year ago

As of now we struggle to configure remote development as we do not find proper documentation on using quarkus remote dev with minikube. This just an easy we to load the change into minikube it is meant for development.