feat: refactor apps
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 1m24s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped

This commit is contained in:
2026-04-04 21:09:14 -05:00
parent c90cdef8e9
commit 2856cfc8a5
36 changed files with 86 additions and 184 deletions

View File

@@ -4,7 +4,7 @@ version: 1.0.0
description: OmniTools
keywords:
- omni-tools
home: https://wiki.alexlebens.dev/s/8820cd36-dcf6-4ddf-8b2f-584271628a54
home: https://docs.alexlebens.dev/applications/omni-tools/
sources:
- https://github.com/iib0011/omni-tools
- https://hub.docker.com/r/iib0011/omni-tools

View File

@@ -4,17 +4,15 @@ omni-tools:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: iib0011/omni-tools
tag: 0.6.0
pullPolicy: IfNotPresent
tag: 0.6.0@sha256:ceb5acc317daf387634f7f212cefe4722fd1243ad1cba74203f25254195b6c69
resources:
requests:
cpu: 50m
memory: 512Mi
cpu: 10m
memory: 10Mi
service:
main:
controller: main
@@ -22,7 +20,6 @@ omni-tools:
http:
port: 80
targetPort: 80
protocol: HTTP
route:
main:
kind: HTTPRoute
@@ -35,11 +32,8 @@ omni-tools:
- omni-tools.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: omni-tools
- name: omni-tools
port: 80
weight: 100
matches:
- path:
type: PathPrefix