diff --git a/k8s/apps/remnawave/subscription-page-deployment.yaml b/k8s/apps/remnawave/subscription-page-deployment.yaml index c5c794b..eecf244 100644 --- a/k8s/apps/remnawave/subscription-page-deployment.yaml +++ b/k8s/apps/remnawave/subscription-page-deployment.yaml @@ -28,22 +28,6 @@ spec: - name: http containerPort: 3010 protocol: TCP - livenessProbe: - httpGet: - path: / - port: 3010 - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 5 - failureThreshold: 3 - readinessProbe: - httpGet: - path: / - port: 3010 - initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 3 - failureThreshold: 3 resources: requests: memory: "64Mi"