Loading manifests/monitoring.yaml +11 −9 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ spec: selector: matchLabels: app: monitoring replicas: 1 template: metadata: labels: Loading @@ -26,17 +27,18 @@ spec: memory: 1024Mi - name: server image: registry.gitlab.com/teraflow-h2020/controller/monitoring:latest imagePullPolicy: Always ports: - containerPort: 8080 env: - name: PORT value: "8080" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] livenessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] # env: # - name: PORT # value: "8080" # readinessProbe: # exec: # command: ["/bin/grpc_health_probe", "-addr=:8080"] # livenessProbe: # exec: # command: ["/bin/grpc_health_probe", "-addr=:8080"] resources: requests: cpu: 250m Loading src/monitoring/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ build influx: - kubectl get all # - kubectl delete -f "manifests/influx.yaml" # - kubectl get all # - kubectl apply -f "manifests/monitoring.yaml" # - kubectl get all - kubectl apply -f "manifests/monitoring.yaml" - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 # - kubectl get all Loading Loading
manifests/monitoring.yaml +11 −9 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ spec: selector: matchLabels: app: monitoring replicas: 1 template: metadata: labels: Loading @@ -26,17 +27,18 @@ spec: memory: 1024Mi - name: server image: registry.gitlab.com/teraflow-h2020/controller/monitoring:latest imagePullPolicy: Always ports: - containerPort: 8080 env: - name: PORT value: "8080" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] livenessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] # env: # - name: PORT # value: "8080" # readinessProbe: # exec: # command: ["/bin/grpc_health_probe", "-addr=:8080"] # livenessProbe: # exec: # command: ["/bin/grpc_health_probe", "-addr=:8080"] resources: requests: cpu: 250m Loading
src/monitoring/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ build influx: - kubectl get all # - kubectl delete -f "manifests/influx.yaml" # - kubectl get all # - kubectl apply -f "manifests/monitoring.yaml" # - kubectl get all - kubectl apply -f "manifests/monitoring.yaml" - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 # - kubectl get all Loading