diff --git a/pom.xml b/pom.xml index 3e21b1bbb2feec327b93ebdf4aa3648e6ed076f6..9b17e3e8facbfb3f3a4be6291e7715230da13673 100644 --- a/pom.xml +++ b/pom.xml @@ -24,10 +24,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web-services</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>org.springframework.boot</groupId>--> +<!-- <artifactId>spring-boot-starter-web-services</artifactId>--> +<!-- </dependency>--> <dependency> @@ -49,10 +49,10 @@ <artifactId>reflections</artifactId> <version>0.10.2</version> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-actuator</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>org.springframework.boot</groupId>--> +<!-- <artifactId>spring-boot-starter-actuator</artifactId>--> +<!-- </dependency>--> <!-- <dependency>--> diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml index 0f424a42b96b74d6d3a10b225fc1f7e1240b892e..79e994ebf4cd1fec736d3328fe81ab269d271b8f 100644 --- a/src/main/helm/templates/deployment.yaml +++ b/src/main/helm/templates/deployment.yaml @@ -53,25 +53,25 @@ spec: {{ toYaml . | indent 8 }} {{- end }} imagePullPolicy: Always - readinessProbe: - failureThreshold: 3 - httpGet: - path: /actuator/health/readiness - port: 8081 - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 3 - startupProbe: - failureThreshold: 10 - httpGet: - path: /actuator/health/readiness - port: 8081 - scheme: HTTP - initialDelaySeconds: 30 - periodSeconds: 5 - successThreshold: 1 - timeoutSeconds: 5 +# readinessProbe: +# failureThreshold: 3 +# httpGet: +# path: /actuator/health/readiness +# port: 8081 +# scheme: HTTP +# periodSeconds: 10 +# successThreshold: 1 +# timeoutSeconds: 3 +# startupProbe: +# failureThreshold: 10 +# httpGet: +# path: /actuator/health/readiness +# port: 8081 +# scheme: HTTP +# initialDelaySeconds: 30 +# periodSeconds: 5 +# successThreshold: 1 +# timeoutSeconds: 5 resources: {{- with .Values.resources }} {{ toYaml . | indent 10 }} diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 36a955e5e5e7a3a6b5a5259313984d98b27f53f2..6ddcc313b912f8bcd677d69d0997f9b797f0c3b0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,22 +1,22 @@ -management: - server: - port: 8081 - health: - livenessState: - enabled: true - readinessState: - enabled: true - endpoint: - health: - group: - readiness: - include: - - readinessState - probes.enabled: true - prometheus: - enabled: true - endpoints: - web: - exposure: - include: health,prometheus +#management: +# server: +# port: 8081 +# health: +# livenessState: +# enabled: true +# readinessState: +# enabled: true +# endpoint: +# health: +# group: +# readiness: +# include: +# - readinessState +# probes.enabled: true +# prometheus: +# enabled: true +# endpoints: +# web: +# exposure: +# include: health,prometheus