aerogearcatalog / metrics-apb

1 stars 23 forks source link

Switch to Kubernetes resources (Deployments instead of DeploymentConfigs) #31

Open david-martin opened 6 years ago

david-martin commented 6 years ago

This is to be inline with the APB development guide for supporting running on Kubernetes. i.e. https://github.com/aerogear/mobile-core/pull/49/files#diff-af74f8088227392b56125a98528b4ecdR51

See locations in the app metrics role where deployment configs are used e.g. https://github.com/aerogearcatalog/metrics-apb/blob/master/roles/provision-metrics-apb/tasks/provision-app-metrics.yml#L15

cc @StevenTobin @darahayes

StevenTobin commented 6 years ago

PR here: https://github.com/aerogearcatalog/metrics-apb/pull/34