Files
infrastructure/clusters/cl01tl/helm/omni-tools/values.yaml
Alex Lebens d5205adaf5
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 52s
renovate / renovate (push) Successful in 1m2s
update chart
2025-12-23 23:03:52 -06:00

47 lines
1.0 KiB
YAML

omni-tools:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: iib0011/omni-tools
tag: 0.6.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 50m
memory: 512Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 80
protocol: HTTP
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- omni-tools.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: omni-tools
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /