[DO-1600] Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/36 Reviewed-by: Vasiliy Chipizhin <vasiliy.chipizhin@avroid.team> Reviewed-by: Rustam Tagaev <rustam.tagaev@avroid.team>
42 lines
1019 B
YAML
42 lines
1019 B
YAML
# 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: ""
|