# https://github.com/stevehipwell/helm-charts/blob/main/charts/plantuml/values.yaml image: # -- Image repository for the default container. repository: harbor.avroid.tech/docker-hub-proxy/plantuml/plantuml-server ingress: # -- If `true`, create an `Ingress` resource. enabled: true # -- Ingress annotations. annotations: kubernetes.io/ingress.class: nginx ingressClassName: "nginx" # -- (list) Ingress hosts. # @default -- See _values.yaml_ hosts: - plantuml.avroid.tech # -- (string) Ingress path. path: / # -- (list) Ingress TLS. # @default -- See _values.yaml_ tls: [] # - hosts: # - plantuml.local # secretName: plantuml-tls # -- Number of replicas to create if `autoscaling.enabled` is `false`. replicaCount: 2 # -- Resources for the default container. resources: requests: cpu: 200m memory: 1024Mi limits: cpu: 1000m memory: 2048Mi # -- Node labels to match for pod scheduling. nodeSelector: node-role.kubernetes.io/worker: ""