[DO-1600] Move plantuml in new namespace (!30)
[DO-1600] Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/30
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# 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: ""
|
||||
Reference in New Issue
Block a user