Loading manifests/computeservice.yaml +7 −4 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ spec: selector: matchLabels: app: computeservice replicas: 1 template: metadata: labels: Loading @@ -44,16 +45,18 @@ spec: command: ["/bin/grpc_health_probe", "-addr=:9090"] resources: requests: cpu: 250m memory: 512Mi cpu: 50m memory: 64Mi limits: cpu: 700m memory: 1024Mi cpu: 500m memory: 512Mi --- apiVersion: v1 kind: Service metadata: name: computeservice labels: app: computeservice spec: type: ClusterIP selector: Loading manifests/webuiservice.yaml +10 −7 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ spec: selector: matchLabels: app: webuiservice replicas: 1 template: metadata: labels: Loading Loading @@ -55,11 +56,11 @@ spec: timeoutSeconds: 1 resources: requests: cpu: 100m memory: 512Mi cpu: 50m memory: 64Mi limits: cpu: 700m memory: 1024Mi cpu: 500m memory: 512Mi - name: grafana image: grafana/grafana:8.5.11 imagePullPolicy: IfNotPresent Loading Loading @@ -92,16 +93,18 @@ spec: timeoutSeconds: 1 resources: requests: cpu: 250m memory: 750Mi cpu: 150m memory: 512Mi limits: cpu: 700m cpu: 500m memory: 1024Mi --- apiVersion: v1 kind: Service metadata: name: webuiservice labels: app: webuiservice spec: type: ClusterIP selector: Loading Loading
manifests/computeservice.yaml +7 −4 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ spec: selector: matchLabels: app: computeservice replicas: 1 template: metadata: labels: Loading @@ -44,16 +45,18 @@ spec: command: ["/bin/grpc_health_probe", "-addr=:9090"] resources: requests: cpu: 250m memory: 512Mi cpu: 50m memory: 64Mi limits: cpu: 700m memory: 1024Mi cpu: 500m memory: 512Mi --- apiVersion: v1 kind: Service metadata: name: computeservice labels: app: computeservice spec: type: ClusterIP selector: Loading
manifests/webuiservice.yaml +10 −7 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ spec: selector: matchLabels: app: webuiservice replicas: 1 template: metadata: labels: Loading Loading @@ -55,11 +56,11 @@ spec: timeoutSeconds: 1 resources: requests: cpu: 100m memory: 512Mi cpu: 50m memory: 64Mi limits: cpu: 700m memory: 1024Mi cpu: 500m memory: 512Mi - name: grafana image: grafana/grafana:8.5.11 imagePullPolicy: IfNotPresent Loading Loading @@ -92,16 +93,18 @@ spec: timeoutSeconds: 1 resources: requests: cpu: 250m memory: 750Mi cpu: 150m memory: 512Mi limits: cpu: 700m cpu: 500m memory: 1024Mi --- apiVersion: v1 kind: Service metadata: name: webuiservice labels: app: webuiservice spec: type: ClusterIP selector: Loading