Newer
Older
# - name: influxdb
# image: influxdb:1.8
# ports:
# - containerPort: 8086
# resources:
# requests:
# cpu: 250m
# memory: 512Mi
# limits:
# cpu: 700m
# memory: 1024Mi
image: registry.gitlab.com/teraflow-h2020/controller/monitoring:latest
# 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
protocol: TCP
# - 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