Gabriel Milan
03/18/2022, 1:17 PMhasura:
  image:
    name: hasura/graphql-engine
    tag: v1.3.3
    pullPolicy: IfNotPresent
    pullSecrets: []
  service:
    type: ClusterIP
    port: 3000
  labels: {}
  annotations: {}
  replicas: 2
  strategy: {}
  podSecurityContext: {}
  securityContext: {}
  env: []
  resources:
    limits:
      cpu: "500m"
      memory: "1Gi"
    requests:
      cpu: "100m"
      memory: "256Mi"
  nodeSelector: {}
  tolerations: []
  affinity: {}Kevin Kho
Kevin Kho
Kevin Kho
Kevin Kho
Anna Geller
unlocking events that are locked by the HGEAnna Geller
the pods crash at the same time and keep restarting a few times before it's back upI remember that your networking setup is quite involved. Given that Hasura pods are coming back up quickly again, it might be some transient networking issue in your Kubernetes service
Anna Geller
Gabriel Milan
03/18/2022, 3:22 PMit might be some transient networking issue in your Kubernetes serviceI did think about that, but the thing is none of the other stuff we host on this cluster went down, which is weird. I've scaled it down to a single replica and now it looks like it's stable, but I still don't understand why
Gabriel Milan
03/18/2022, 3:24 PMbtw I remember you promised a blog post or a code repository about your setup on Kubernetesyeah! we'll work on it soon, I hope! I'll be glad to share it when it's ready!
