add health checks
This commit is contained in:
		@@ -100,8 +100,7 @@ hull:
 | 
			
		||||
        data:
 | 
			
		||||
          config.yaml:
 | 
			
		||||
            serialization: toYaml
 | 
			
		||||
            inline:
 | 
			
		||||
              _HT*hull.config.appConfig
 | 
			
		||||
            inline: _HT*hull.config.appConfig
 | 
			
		||||
      environment:
 | 
			
		||||
        data:
 | 
			
		||||
          OTEL_EXPORTER_OTLP_ENDPOINT:
 | 
			
		||||
@@ -145,6 +144,21 @@ hull:
 | 
			
		||||
                main:
 | 
			
		||||
                  configMapRef:
 | 
			
		||||
                    name: environment
 | 
			
		||||
              resources: _HT*hull.config.settings.resources
 | 
			
		||||
              readinessProbe:
 | 
			
		||||
                httpGet:
 | 
			
		||||
                  path: /health
 | 
			
		||||
                  port: 8080
 | 
			
		||||
                  scheme: HTTP
 | 
			
		||||
                periodSeconds: 10
 | 
			
		||||
                failureThreshold: 2
 | 
			
		||||
              livenessProbe:
 | 
			
		||||
                httpGet:
 | 
			
		||||
                  path: /health
 | 
			
		||||
                  port: 8080
 | 
			
		||||
                  scheme: HTTP
 | 
			
		||||
                periodSeconds: 10
 | 
			
		||||
                failureThreshold: 2
 | 
			
		||||
              volumeMounts:
 | 
			
		||||
                config:
 | 
			
		||||
                  name: config
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user