Files
k8s-configs/clusters/k8s-avroid-office.prod.local/namespaces/plantuml/values.yaml
Denis Patrakeev 704cf5d4a9 [DO-1431] Fix PlantUML (!13)
[DO-1431]

Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/13
2025-02-11 10:20:53 +03:00

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: ""