add omnitools
All checks were successful
renovate / renovate (push) Successful in 5m47s

This commit is contained in:
2025-06-06 15:46:09 -05:00
parent bd7b92008b
commit ffc4c9f8d3
7 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
omni-tools:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: iib0011/omni-tools
tag: 0.4.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 50m
memory: 512Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 80
protocol: HTTP