wordsmith icon indicating copy to clipboard operation
wordsmith copied to clipboard

Sample project with Docker containers running under Kubernetes

Results 13 wordsmith issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.1.4 to 42.3.3. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

This could be great demo for k8s on Apple Silicon! Could you please provide arm64 builds on dockerhub? Otherwise default kubernetes installations pull the amd64 images which don't work on...

I'm trying to follow this sample and when I apply the kube-deployment.yml the cli spits out `spec.clusterIP: Invalid value: "None": field is immutable`

To deploy on local would be more useful to use ClusterIP, it is extensiblely supported in cluster's as kind, minikube, and so on.

Fixes #53 Removing the min & max heap size JVM args will cause the application deployment to fallback to default values.

This is a very well written sample, but extremely low values for Xms & Xmx values limit certain use cases for this sample. For instance, I'm attempting to attach a...