Commit da44322d authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

live and read probe

parent 3cfa7f37
Loading
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -84,13 +84,11 @@ resources: {}
  #   memory: 128Mi

livenessProbe:
  httpGet:
    path: /
    port: http
  tcpSocket:
    port: 8080
readinessProbe:
  httpGet:
    path: /
    port: http
  tcpSocket:
    port: 8080

autoscaling:
  enabled: false