diff --git a/charts/omada-controller/templates/deployment.yaml b/charts/omada-controller/templates/deployment.yaml index a5a619c..247a47b 100644 --- a/charts/omada-controller/templates/deployment.yaml +++ b/charts/omada-controller/templates/deployment.yaml @@ -43,14 +43,6 @@ spec: - name: portal containerPort: 8888 protocol: TCP - livenessProbe: - tcpSocket: - port: 8088 - initialDelaySeconds: 60 - readinessProbe: - tcpSocket: - port: 8088 - initialDelaySeconds: 60 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: