From d01e688e6edb17b9e7e37e9a598976fa47c55ad5 Mon Sep 17 00:00:00 2001 From: Dion Boles <82461519+dionboles-asym@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:27:32 -0400 Subject: [PATCH] added paths var --- charts/cda/values.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/charts/cda/values.yaml b/charts/cda/values.yaml index 5607b80..0b1df43 100644 --- a/charts/cda/values.yaml +++ b/charts/cda/values.yaml @@ -32,10 +32,12 @@ rbac: podAnnotations: {} -podSecurityContext: {} +podSecurityContext: + {} # fsGroup: 2000 -securityContext: {} +securityContext: + {} # capabilities: # drop: # - ALL @@ -51,6 +53,8 @@ ingress: enabled: false domainName: "" annotations: {} + paths: + - /* # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: @@ -61,7 +65,8 @@ ingress: # hosts: # - chart-example.local -resources: {} +resources: + {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following