From 019e169e26467e535dd182208dc8bff32eea9378 Mon Sep 17 00:00:00 2001
From: derrabauke <pfralf@googlemail.com>
Date: Sun, 14 Mar 2021 15:33:37 +0100
Subject: [PATCH] improve client chart for use in minikube env

---
 app/client/chart/client/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/client/chart/client/values.yaml b/app/client/chart/client/values.yaml
index bb04687..a12defb 100644
--- a/app/client/chart/client/values.yaml
+++ b/app/client/chart/client/values.yaml
@@ -5,10 +5,10 @@
 replicaCount: 1
 
 image:
-  repository: nginx # !Change this to the actual image
+  repository: client # !Change this to the actual image
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
-  tag: ""
+  tag: "v0.0.1"
 
 imagePullSecrets: []
 nameOverride: ""
@@ -37,7 +37,7 @@ securityContext: {}
   # runAsUser: 1000
 
 service:
-  type: Loadbalancer
+  type: LoadBalancer
   port: 80
 
 ingress:
-- 
GitLab