Loading manifests/monitoring.yaml +9 −3 Original line number Diff line number Diff line Loading @@ -27,6 +27,12 @@ spec: value: "teraflow" - name: INFLUXDB_HTTP_AUTH_ENABLED value: "True" # readinessProbe: # exec: # command: ["curl", "-XGET", "localhost:8086/health"] # livenessProbe: # exec: # command: ["curl", "-XGET", "localhost:8086/health"] resources: requests: cpu: 250m Loading @@ -41,13 +47,13 @@ spec: - containerPort: 7070 env: - name: PORT value: "8080" value: "7070" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] command: ["/bin/grpc_health_probe", "-addr=:7070"] livenessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] command: ["/bin/grpc_health_probe", "-addr=:7070"] resources: requests: cpu: 250m Loading src/monitoring/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ build influx: # - kubectl delete -f "manifests/monitoring.yaml" # - sleep 15 # - kubectl get all # - kubectl apply -f "manifests/monitoring.yaml" # - sleep 60 - kubectl apply -f "manifests/monitoring.yaml" - sleep 60 # - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 Loading Loading
manifests/monitoring.yaml +9 −3 Original line number Diff line number Diff line Loading @@ -27,6 +27,12 @@ spec: value: "teraflow" - name: INFLUXDB_HTTP_AUTH_ENABLED value: "True" # readinessProbe: # exec: # command: ["curl", "-XGET", "localhost:8086/health"] # livenessProbe: # exec: # command: ["curl", "-XGET", "localhost:8086/health"] resources: requests: cpu: 250m Loading @@ -41,13 +47,13 @@ spec: - containerPort: 7070 env: - name: PORT value: "8080" value: "7070" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] command: ["/bin/grpc_health_probe", "-addr=:7070"] livenessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] command: ["/bin/grpc_health_probe", "-addr=:7070"] resources: requests: cpu: 250m Loading
src/monitoring/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ build influx: # - kubectl delete -f "manifests/monitoring.yaml" # - sleep 15 # - kubectl get all # - kubectl apply -f "manifests/monitoring.yaml" # - sleep 60 - kubectl apply -f "manifests/monitoring.yaml" - sleep 60 # - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 Loading