canonical / iot-management

IoT Management Service
GNU Affero General Public License v3.0
22 stars 9 forks source link

Update postgres deployment definition #1

Closed alfonsosanchezbeato closed 5 years ago

alfonsosanchezbeato commented 5 years ago

K8s 1.16 wants a selector field.

codecov-io commented 5 years ago

Codecov Report

Merging #1 into master will decrease coverage by 0.84%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   83.88%   83.04%   -0.85%     
==========================================
  Files          38       38              
  Lines        1421     1421              
==========================================
- Hits         1192     1180      -12     
- Misses        173      185      +12     
  Partials       56       56
Impacted Files Coverage Δ
identityapi/identityapi.go 12.5% <0%> (-9.73%) :arrow_down:
identityapi/device.go 0% <0%> (ø) :arrow_up:
service/manage/device.go 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 22e8324...0449f7a. Read the comment docs.

slimjim777 commented 5 years ago

Thanks!