Loading manifests/monitoring.yaml +93 −93 Original line number Diff line number Diff line # apiVersion: apps/v1 # kind: Deployment # metadata: # name: monitoring # spec: # selector: # matchLabels: # app: monitoring # template: # metadata: # labels: # app: monitoring # spec: # terminationGracePeriodSeconds: 5 # containers: # - name: server # image: registry.gitlab.com/teraflow-h2020/controller/monitoring:latest # imagePullPolicy: Always # ports: # - containerPort: 8080 # --- # apiVersion: v1 # kind: Service # metadata: # name: monitoring # spec: # type: ClusterIP # selector: # app: monitoring # ports: # - name: grpc # protocol: TCP # port: 8080 # targetPort: 8080 # --- apiVersion: apps/v1 kind: Deployment metadata: Loading @@ -48,7 +6,6 @@ spec: selector: matchLabels: app: monitoring replicas: 1 template: metadata: labels: Loading @@ -56,40 +13,11 @@ spec: spec: terminationGracePeriodSeconds: 5 containers: - name: influxdb image: influxdb:1.8 ports: - containerPort: 8086 resources: requests: cpu: 250m memory: 512Mi limits: cpu: 700m 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"] resources: requests: cpu: 250m memory: 512Mi limits: cpu: 700m memory: 1024Mi imagePullSecrets: - name: regcred --- apiVersion: v1 kind: Service Loading @@ -104,25 +32,97 @@ spec: protocol: TCP port: 8080 targetPort: 8080 - name: influxdb protocol: TCP port: 8086 targetPort: 8086 --- apiVersion: v1 kind: Service metadata: name: monitoring-public spec: type: NodePort selector: app: monitoring ports: - name: grpc protocol: TCP port: 8080 targetPort: 8080 - name: influxdb protocol: TCP port: 8086 targetPort: 8086 No newline at end of file # apiVersion: apps/v1 # kind: Deployment # metadata: # name: monitoring # spec: # selector: # matchLabels: # app: monitoring # replicas: 1 # template: # metadata: # labels: # app: monitoring # spec: # terminationGracePeriodSeconds: 5 # containers: # - name: influxdb # image: influxdb:1.8 # ports: # - containerPort: 8086 # resources: # requests: # cpu: 250m # memory: 512Mi # limits: # cpu: 700m # 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"] # resources: # requests: # cpu: 250m # memory: 512Mi # limits: # cpu: 700m # memory: 1024Mi # imagePullSecrets: # - name: regcred # --- # apiVersion: v1 # kind: Service # metadata: # name: monitoring # spec: # type: ClusterIP # selector: # app: monitoring # ports: # - name: grpc # protocol: TCP # port: 8080 # targetPort: 8080 # - name: influxdb # protocol: TCP # port: 8086 # targetPort: 8086 # --- # apiVersion: v1 # kind: Service # metadata: # name: monitoring-public # spec: # type: NodePort # selector: # app: monitoring # ports: # - name: grpc # protocol: TCP # port: 8080 # targetPort: 8080 # - name: influxdb # protocol: TCP # port: 8086 # targetPort: 8086 No newline at end of file src/monitoring/.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -28,13 +28,13 @@ build influx: script: - kubectl version - kubectl get all - kubectl delete -f "manifests/monitoring.yaml" # - kubectl delete -f "manifests/monitoring.yaml" # - kubectl delete -f "manifests/influx.yaml" # - sleep 60 # - kubectl get all # - kubectl apply -f "manifests/monitoring.yaml" # - sleep 60 # - kubectl get all - kubectl apply -f "manifests/monitoring.yaml" - sleep 60 - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 # - kubectl get all Loading Loading
manifests/monitoring.yaml +93 −93 Original line number Diff line number Diff line # apiVersion: apps/v1 # kind: Deployment # metadata: # name: monitoring # spec: # selector: # matchLabels: # app: monitoring # template: # metadata: # labels: # app: monitoring # spec: # terminationGracePeriodSeconds: 5 # containers: # - name: server # image: registry.gitlab.com/teraflow-h2020/controller/monitoring:latest # imagePullPolicy: Always # ports: # - containerPort: 8080 # --- # apiVersion: v1 # kind: Service # metadata: # name: monitoring # spec: # type: ClusterIP # selector: # app: monitoring # ports: # - name: grpc # protocol: TCP # port: 8080 # targetPort: 8080 # --- apiVersion: apps/v1 kind: Deployment metadata: Loading @@ -48,7 +6,6 @@ spec: selector: matchLabels: app: monitoring replicas: 1 template: metadata: labels: Loading @@ -56,40 +13,11 @@ spec: spec: terminationGracePeriodSeconds: 5 containers: - name: influxdb image: influxdb:1.8 ports: - containerPort: 8086 resources: requests: cpu: 250m memory: 512Mi limits: cpu: 700m 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"] resources: requests: cpu: 250m memory: 512Mi limits: cpu: 700m memory: 1024Mi imagePullSecrets: - name: regcred --- apiVersion: v1 kind: Service Loading @@ -104,25 +32,97 @@ spec: protocol: TCP port: 8080 targetPort: 8080 - name: influxdb protocol: TCP port: 8086 targetPort: 8086 --- apiVersion: v1 kind: Service metadata: name: monitoring-public spec: type: NodePort selector: app: monitoring ports: - name: grpc protocol: TCP port: 8080 targetPort: 8080 - name: influxdb protocol: TCP port: 8086 targetPort: 8086 No newline at end of file # apiVersion: apps/v1 # kind: Deployment # metadata: # name: monitoring # spec: # selector: # matchLabels: # app: monitoring # replicas: 1 # template: # metadata: # labels: # app: monitoring # spec: # terminationGracePeriodSeconds: 5 # containers: # - name: influxdb # image: influxdb:1.8 # ports: # - containerPort: 8086 # resources: # requests: # cpu: 250m # memory: 512Mi # limits: # cpu: 700m # 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"] # resources: # requests: # cpu: 250m # memory: 512Mi # limits: # cpu: 700m # memory: 1024Mi # imagePullSecrets: # - name: regcred # --- # apiVersion: v1 # kind: Service # metadata: # name: monitoring # spec: # type: ClusterIP # selector: # app: monitoring # ports: # - name: grpc # protocol: TCP # port: 8080 # targetPort: 8080 # - name: influxdb # protocol: TCP # port: 8086 # targetPort: 8086 # --- # apiVersion: v1 # kind: Service # metadata: # name: monitoring-public # spec: # type: NodePort # selector: # app: monitoring # ports: # - name: grpc # protocol: TCP # port: 8080 # targetPort: 8080 # - name: influxdb # protocol: TCP # port: 8086 # targetPort: 8086 No newline at end of file
src/monitoring/.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -28,13 +28,13 @@ build influx: script: - kubectl version - kubectl get all - kubectl delete -f "manifests/monitoring.yaml" # - kubectl delete -f "manifests/monitoring.yaml" # - kubectl delete -f "manifests/influx.yaml" # - sleep 60 # - kubectl get all # - kubectl apply -f "manifests/monitoring.yaml" # - sleep 60 # - kubectl get all - kubectl apply -f "manifests/monitoring.yaml" - sleep 60 - kubectl get all # - kubectl apply -f "manifests/influx.yaml" # - sleep 15 # - kubectl get all Loading