Skip to content

Commit

Permalink
chore: runned ip checks and fixed values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed Feb 2, 2024
1 parent c5d04bc commit b47c217
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ backend:
imagePullSecrets: []

service:
# -- [Service type](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) to expose the running application on a set of Pods as a network service
# -- [Service type](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) to expose the running application on a set of Pods as a network service
type: ClusterIP
port: 8888


# -- ingress declaration to expose the dpp-backend service
ingress:
enabled: false
Expand Down Expand Up @@ -92,11 +91,12 @@ backend:
# -- edc consumer connection configuration
hostname: ""
apis:
management: '/management/v2'
catalog: '/catalog/request'
negotiation: '/contractnegotiations'
transfer: '/transferprocesses'
delay: 100 # -- Negotiation status Delay in milliseconds in between async requests [<= 500]
management: "/management/v2"
catalog: "/catalog/request"
negotiation: "/contractnegotiations"
transfer: "/transferprocesses"
# -- Negotiation status Delay in milliseconds in between async requests [<= 500]
delay: 100

# -- backend hostname (without protocol prefix [DEFAULT HTTPS] for security )
hostname: *hostname
Expand Down Expand Up @@ -183,7 +183,7 @@ frontend:
ingress:
enabled: false
hosts: []

# -- The [pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) defines privilege and access control settings for a Pod within the deployment
podSecurityContext:
seccompProfile:
Expand Down

0 comments on commit b47c217

Please sign in to comment.