Marek Czernek
2020-03-18 c199096bc807aa025374dcc44684e854e232b646
Change kubefiles to use ossm repository (#4)

* Change kubefiles to use ossm repository

* Updated Currency image to use the redhattraining account

Co-authored-by: Pablo Solar VilariƱo <psolarvi@redhat.com>
4 files modified
8 ■■■■ changed files
mczernek-exchange-application/kubefiles/currency.yml 2 ●●● patch | view | raw | blame | history
mczernek-exchange-application/kubefiles/exchange.yml 2 ●●● patch | view | raw | blame | history
mczernek-exchange-application/kubefiles/frontend.yml 2 ●●● patch | view | raw | blame | history
mczernek-exchange-application/kubefiles/history.yml 2 ●●● patch | view | raw | blame | history
mczernek-exchange-application/kubefiles/currency.yml
@@ -16,7 +16,7 @@
    spec:
      containers:
        - name: currency
          image: quay.io/psolarvi/do328-app-currencies:0.1.1
          image: quay.io/redhattraining/ossm-currencies:1.0
          ports:
            - containerPort: 5000
---
mczernek-exchange-application/kubefiles/exchange.yml
@@ -16,7 +16,7 @@
    spec:
      containers:
        - name: exchange
          image: quay.io/mczernek/exchange:v1.4
          image: quay.io/redhattraining/ossm-exchange:1.0
          ports:
            - containerPort: 8080
---
mczernek-exchange-application/kubefiles/frontend.yml
@@ -27,7 +27,7 @@
    spec:
      containers:
        - name: frontend
          image: quay.io/mczernek/frontend:v2.2
          image: quay.io/redhattraining/ossm-frontend:1.0
          ports:
            - containerPort: 3000
          env:
mczernek-exchange-application/kubefiles/history.yml
@@ -16,7 +16,7 @@
    spec:
      containers:
        - name: history
          image: quay.io/mczernek/history:v2
          image: quay.io/redhattraining/ossm-history:1.0
          ports:
            - containerPort: 8080
---