Skip to content

Commit

Permalink
Merge pull request #4 from acryldata/darnaut-remove-unused-options
Browse files Browse the repository at this point in the history
Remove unused options
  • Loading branch information
darnaut authored May 24, 2024
2 parents bbb7e7e + b82af4e commit a1cfcf7
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions charts/datahub-executor-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,6 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000

service:
type: ClusterIP # ClusterIP or NodePort
port: 9004
targetPort: http
protocol: TCP
name: http
# Annotations to add to the service, this will help in adding
# Internal load balancer or various other annotation support in AWS
annotations: {}
# service.beta.kubernetes.io/aws-load-balancer-internal: "true"

serviceMonitor:
create: false

extraLabels: {}

extraEnvs: []

extraVolumes: []
Expand All @@ -79,10 +63,6 @@ extraVolumeMounts: []

extraInitContainers: []

extraSidecars: []

lifecycle: {}

resources: {}

nodeSelector: {}
Expand All @@ -91,8 +71,6 @@ tolerations: []

affinity: {}

exporters: {}

livenessProbe:
initialDelaySeconds: 60
periodSeconds: 60
Expand Down

0 comments on commit a1cfcf7

Please sign in to comment.