Skip to content

Commit

Permalink
CENM release 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomstark99 committed Jan 27, 2023
1 parent e2218f6 commit 70e9160
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions k8s/helm/idman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000

service:
type: ClusterIP
port: 80
### This has been commented out due to a double `service:` block causing incorrect yaml
### This service key looks like the anomaly wrt the other helm charts so it has been removed
# service:
# type: ClusterIP
# port: 80

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down Expand Up @@ -141,6 +143,10 @@ storageClass: cenm
healthCheckNodePort: 0
externalTrafficPolicy: Local

service:
type: LoadBalancer
port: 10000

serviceInternal:
type: LoadBalancer
port: 5052
Expand Down

0 comments on commit 70e9160

Please sign in to comment.