feat: refactor apps
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 24s
lint-test-helm / validate-kubeconform (pull_request) Successful in 22s
render-manifests / render-manifests (pull_request) Successful in 35s

This commit is contained in:
2026-04-06 18:36:04 -05:00
parent e839dd4cd9
commit d2ca582ed7
7 changed files with 23 additions and 42 deletions

View File

@@ -6,17 +6,15 @@ site-documentation:
type: deployment
replicas: 3
strategy: RollingUpdate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-documentation
tag: 0.20.0
pullPolicy: IfNotPresent
tag: 0.20.0@sha256:4e6965cab1d472250c59d52a28ba97e62c0e28f6a79c45daca4e0cb193488ccc
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 40Mi
service:
main:
controller: main
@@ -24,4 +22,3 @@ site-documentation:
http:
port: 80
targetPort: 4321
protocol: HTTP