diff --git a/config/k8s/generator-application.yml b/config/k8s/generator-application.yml index 681b783..212df33 100644 --- a/config/k8s/generator-application.yml +++ b/config/k8s/generator-application.yml @@ -33,20 +33,6 @@ spec: - containerPort: 8080 name: http protocol: TCP - readinessProbe: - httpGet: - path: / - port: 8080 - initialDelaySeconds: 15 - timeoutSeconds: 10 - periodSeconds: 20 - livenessProbe: - httpGet: - path: / - port: 8080 - initialDelaySeconds: 30 - timeoutSeconds: 10 - periodSeconds: 20 volumeMounts: - name: config-volume mountPath: /etc/config