From a1065c089f5d5cff6be8911919d106127e7a0337 Mon Sep 17 00:00:00 2001 From: Markus Klose <markus.klose@student.reutlingen-university.de> Date: Fri, 13 Jan 2023 15:30:19 +0100 Subject: [PATCH] modiefied values.yaml --- cloud_computing_helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud_computing_helm/values.yaml b/cloud_computing_helm/values.yaml index bf57df3..6307ef2 100644 --- a/cloud_computing_helm/values.yaml +++ b/cloud_computing_helm/values.yaml @@ -21,7 +21,7 @@ serviceAccount: annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template - name: "" + name: "cloud_computing" podAnnotations: {} @@ -37,7 +37,7 @@ securityContext: {} # runAsUser: 1000 service: - type: ClusterIP + type: NodePort port: 80 ingress: -- GitLab