Skip to content

Commit

Permalink
Merge pull request #28 from matzew/wrong_label
Browse files Browse the repository at this point in the history
UPS label
  • Loading branch information
pb82 committed Apr 5, 2018
2 parents 4858aaa + 3249b10 commit 59befbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/provision-unifiedpush-apb/tasks/provision-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
namespace: '{{ namespace }}'
replicas: 1
labels:
app: keycloak
app: ups
service: '{{ postgres_service_name }}'
spec_template_metadata_labels:
app: keycloak
app: ups
name: '{{ postgres_service_name }}'
containers:
- name: postgresql
Expand Down Expand Up @@ -104,4 +104,4 @@
register: postgresql_result
until: postgresql_result.stdout.find("1") != -1
retries: 30
delay: 5
delay: 5

0 comments on commit 59befbe

Please sign in to comment.