Hey Team, How can I bring up ory-components API en...
# ory-selfhosting
k
Hey Team, How can I bring up ory-components API endpoints on gcp-Kubernetes?? I have created values.yaml file and executed
$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.
Copy code
service:
  admin:
    enabled: true
    type: loadbalancer
    port: 8097
    name: http
    labels: {}
    annotations: {}
  public:
    enabled: true
    type: loadbalancer
    port: 8097
    name: http
w
Hi there 🙂 A good starting point are the values you can find here: https://github.com/ory/k8s/blob/master/.circleci/values/kratos.yaml Regarding the installation errors, would need to know what happened there 😄 to help