Skip to content

Commit

Permalink
added paths var
Browse files Browse the repository at this point in the history
  • Loading branch information
dionboles-asym committed Apr 5, 2023
1 parent 3be5735 commit d01e688
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions charts/cda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ rbac:

podAnnotations: {}

podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000

securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand All @@ -51,6 +53,8 @@ ingress:
enabled: false
domainName: ""
annotations: {}
paths:
- /*
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
Expand All @@ -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
Expand Down

0 comments on commit d01e688

Please sign in to comment.