kind-artist-12687
06/01/2022, 12:52 AM$helm install -f values.yaml ory/kratos --generate-name
for kratos.
Used this template https://github.com/ory/k8s/blob/master/helm/charts/kratos/values.yaml
and modified the following part still getting installation failed error.
service:
admin:
enabled: true
type: loadbalancer
port: 8097
name: http
labels: {}
annotations: {}
public:
enabled: true
type: loadbalancer
port: 8097
name: http
worried-kitchen-94392
06/03/2022, 6:56 AM