Skip to content

Commit

Permalink
fix comments in helm
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jul 5, 2024
1 parent e23fab0 commit 37b395c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/plgd-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2294,31 +2294,31 @@ certificateauthority:
expiresIn: "87600h"

snippetservice:
# -- Enable certificate-authority service
# -- Enable snippet-service service
enabled: true
# -- Name of component. Used in label selectors
name: snippet-service
# -- Full name to override
fullnameOverride:
# -- Number of replicas
replicas: 1
# -- Additional labels for certificate-authority deployment
# -- Additional labels for snippet-service deployment
deploymentLabels: {}
# -- Additional annotations for certificate-authority deployment
# -- Additional annotations for snippet-service deployment
deploymentAnnotations: {}
# -- Pod security context
podSecurityContext: {}
# -- Labels for certificate-authority pod
# -- Labels for snippet-service pod
podLabels: {}
# -- Annotations for certificate-authority pod
# -- Annotations for snippet-service pod
podAnnotations: {}
service:
grpc:
# -- Service type
type: ClusterIP
# -- Labels for certificate-authority service
# -- Labels for snippet-service service
labels: {}
# -- Annotations for certificate-authority service
# -- Annotations for snippet-service service
annotations: {}
# -- Target port
targetPort: grpc
Expand Down Expand Up @@ -2456,7 +2456,7 @@ snippetservice:
encoderConfig:
# -- Time format for logs. The supported values are: "rfc3339nano", "rfc3339"
timeEncoder: rfc3339nano
# -- For complete certificate-authority service configuration see [plgd/certificate-authority](https://github.com/plgd-dev/hub/tree/main/certificate-authority)
# -- For complete snippet-service service configuration see [plgd/snippet-service](https://github.com/plgd-dev/hub/tree/main/snippet-service)
apis:
grpc:
address:
Expand Down

0 comments on commit 37b395c

Please sign in to comment.