From ce9da06ebb9f850460067e0940824f847751e5aa Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 7 Oct 2023 20:24:49 +0200 Subject: [PATCH] Troubleshoot Tandoor API issues --- apps/tandoor/app/deploy.yaml | 2 +- apps/traefik/app/traefik-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tandoor/app/deploy.yaml b/apps/tandoor/app/deploy.yaml index 0a05b14..a889959 100644 --- a/apps/tandoor/app/deploy.yaml +++ b/apps/tandoor/app/deploy.yaml @@ -82,7 +82,7 @@ spec: subPath: files containers: - name: recipes-nginx - image: nginx:alpine-slim + image: nginx:alpine imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/apps/traefik/app/traefik-config.yaml b/apps/traefik/app/traefik-config.yaml index 8dc72bd..6242d6a 100644 --- a/apps/traefik/app/traefik-config.yaml +++ b/apps/traefik/app/traefik-config.yaml @@ -17,4 +17,4 @@ spec: port: 8022 expose: true exposedPort: 8022 - protocoL: TCP \ No newline at end of file + protocol: TCP \ No newline at end of file