|
|
|
@ -126,14 +126,14 @@ fullnameOverride: ""
|
|
|
|
|
|
|
|
|
|
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
|
|
|
|
|
serviceAccount:
|
|
|
|
|
# Specifies whether a service account should be created
|
|
|
|
|
# Specifies whether a service account should be created.
|
|
|
|
|
create: true
|
|
|
|
|
# Automatically mount a ServiceAccount's API credentials?
|
|
|
|
|
automount: true
|
|
|
|
|
# Annotations to add to the service account
|
|
|
|
|
# Annotations to add to the service account.
|
|
|
|
|
annotations: {}
|
|
|
|
|
# The name of the service account to use.
|
|
|
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
|
|
|
# If not set and create is true, a name is generated using the fullname template.
|
|
|
|
|
name: ""
|
|
|
|
|
|
|
|
|
|
# This is for setting Kubernetes Annotations to a Pod.
|
|
|
|
@ -174,9 +174,9 @@ ingress:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
|
tls: []
|
|
|
|
|
# - secretName: chart-example-tls
|
|
|
|
|
# hosts:
|
|
|
|
|
# - chart-example.local
|
|
|
|
|
# - secretName: chart-example-tls
|
|
|
|
|
# hosts:
|
|
|
|
|
# - chart-example.local
|
|
|
|
|
|
|
|
|
|
# -- Expose the service via gateway-api HTTPRoute
|
|
|
|
|
# Requires Gateway API resources and suitable controller installed within the cluster
|
|
|
|
@ -248,16 +248,16 @@ autoscaling:
|
|
|
|
|
|
|
|
|
|
# Additional volumes on the output Deployment definition.
|
|
|
|
|
volumes: []
|
|
|
|
|
# - name: foo
|
|
|
|
|
# secret:
|
|
|
|
|
# secretName: mysecret
|
|
|
|
|
# optional: false
|
|
|
|
|
# - name: foo
|
|
|
|
|
# secret:
|
|
|
|
|
# secretName: mysecret
|
|
|
|
|
# optional: false
|
|
|
|
|
|
|
|
|
|
# Additional volumeMounts on the output Deployment definition.
|
|
|
|
|
volumeMounts: []
|
|
|
|
|
# - name: foo
|
|
|
|
|
# mountPath: "/etc/foo"
|
|
|
|
|
# readOnly: true
|
|
|
|
|
# - name: foo
|
|
|
|
|
# mountPath: "/etc/foo"
|
|
|
|
|
# readOnly: true
|
|
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
|
|