Skip to content
Snippets Groups Projects
Commit 019e169e authored by derrabauke's avatar derrabauke
Browse files

improve client chart for use in minikube env

parent dd082099
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment