diff --git a/charts/invy-chart/values.yaml b/charts/invy-chart/values.yaml index 5f45339..ce54c91 100644 --- a/charts/invy-chart/values.yaml +++ b/charts/invy-chart/values.yaml @@ -134,3 +134,37 @@ ingress: - secretName: invy-tls hosts: - invy.dvirlabs.com + +# Service Account +serviceAccount: + create: true + annotations: {} + name: "" + +# Pod annotations +podAnnotations: {} + +# Pod security context +podSecurityContext: {} + # fsGroup: 2000 + +# Container security context +securityContext: {} + # capabilities: + # drop: + # - ALL + # readOnlyRootFilesystem: true + # runAsNonRoot: true + # runAsUser: 1000 + +# Node selector +nodeSelector: {} + +# Tolerations +tolerations: [] + +# Affinity +affinity: {} + +# Replica count (default for both frontend and backend if not specified) +replicaCount: 1