feat: refactor apps
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
@@ -6,17 +6,15 @@ site-profile:
type: deployment
replicas: 3
strategy: RollingUpdate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-profile
tag: 3.16.1
pullPolicy: IfNotPresent
tag: 3.16.1@sha256:656182fade379a0e8f1e6780c36bb64fe1374afbc8f06894126043105f66d29a
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 60Mi
service:
main:
controller: main
@@ -24,4 +22,3 @@ site-profile:
http:
port: 80
targetPort: 4321
protocol: HTTP