Compare commits

...

10 Commits

Author SHA1 Message Date
d145ba3d29 PERF(web-apps): adjust resources based on VPA
- Update jaejadle memory 150Mi→105Mi
- Update jaejadle-dev memory 150Mi→100Mi
- Update joossam memory 160Mi→105Mi
- Update joossam-dev memory 160Mi→105Mi
- Update portfolio cpu 25m→23m, memory 100Mi→156Mi
2026-01-10 14:36:10 +09:00
1645dd28d8 PERF(web-apps): reduce all replicas to 1
- Change jaejadle, jaejadle-dev replicas to 1
- Change joossam, joossam-dev replicas to 1
- Change jotion, jovies, portfolio, todo replicas to 1
2026-01-10 13:31:27 +09:00
a62307a0ed PERF(web-apps): reduce default replicas to 1
- Change default replicaCount from 2 to 1
- Affects all apps using web-app chart
2026-01-10 13:15:56 +09:00
aea9ee93e8 FIX(jotion): fix health probe path to /home
- Change livenessProbe path from / to /home
- Change readinessProbe path from / to /home
- Resolve 404 error causing pod restart loop
2026-01-10 02:44:54 +09:00
2c2084b95f CHORE(jotion): remove healthcheck config
- Remove healthcheck configuration from helm values
- Simplify deployment configuration
2026-01-10 02:23:16 +09:00
argocd-image-updater
7d928aa24b build: automatic update of jovies
updates image mayne0213/jovies tag 'sha256:a6aeba8dc261434e64266c5edc8d6b842caa57f998998b4825289b91e0a8e189' to 'sha256:1c877a6fc7aa0f78b492ba380746c3c153834f744b7cdce6953c8e72f34e19bd'
2026-01-09 16:22:45 +00:00
argocd-image-updater
4322a624e2 build: automatic update of docusaurus
updates image docusaurus tag 'dummy' to 'sha256:e7a5818ba3c2b928e8d74c93d19d67edcfddd999c3b5afb160880f7cf2f422e7'
2026-01-09 16:22:41 +00:00
argocd-image-updater
ec509b0399 CHORE(app): update jovies image
- Update container image reference
- Trigger deployment
2026-01-10 01:21:14 +09:00
553df2ac82 FIX(image-updater): restore git write-back method
- Revert to git write-back for image updates
- ArgoCD write-back had issues
2026-01-10 01:21:14 +09:00
e9df55b5f7 FIX(image-updater): change write-back method to argocd
- Remove dependency on github-creds secret
- Use ArgoCD write-back instead of git
2026-01-10 01:21:14 +09:00
11 changed files with 46 additions and 33 deletions

View File

@@ -0,0 +1,8 @@
helm:
parameters:
- name: image.name
value: zot0213.kro.kr/docusaurus
forcestring: true
- name: image.tag
value: latest@sha256:e7a5818ba3c2b928e8d74c93d19d67edcfddd999c3b5afb160880f7cf2f422e7
forcestring: true

View File

@@ -4,5 +4,5 @@ helm:
value: ghcr.io/mayne0213/jovies
forcestring: true
- name: image.tag
value: latest@sha256:b994d1e6704a2d69747ef3efdb9ba855038eee440e6e4a3940c78174ce91b4bc
value: latest@sha256:1c877a6fc7aa0f78b492ba380746c3c153834f744b7cdce6953c8e72f34e19bd
forcestring: true

View File

@@ -15,7 +15,7 @@ imagePullSecrets:
- name: ghcr-secret
# Replicas
replicaCount: 2
replicaCount: 1
# Container port
containerPort: 3000

View File

@@ -11,7 +11,7 @@ image:
imagePullSecrets:
- name: ghcr-secret
replicaCount: 2
replicaCount: 1
containerPort: 3000
service:
@@ -36,10 +36,10 @@ ingress:
resources:
requests:
memory: 150Mi
memory: 100Mi
cpu: 15m
limits:
memory: 150Mi
memory: 100Mi
healthCheck:
enabled: true

View File

@@ -11,7 +11,7 @@ image:
imagePullSecrets:
- name: ghcr-secret
replicaCount: 2
replicaCount: 1
containerPort: 3000
service:
@@ -36,10 +36,10 @@ ingress:
resources:
requests:
memory: 150Mi
memory: 105Mi
cpu: 15m
limits:
memory: 150Mi
memory: 105Mi
healthCheck:
enabled: true

View File

@@ -11,7 +11,7 @@ image:
imagePullSecrets:
- name: ghcr-secret
replicaCount: 2
replicaCount: 1
containerPort: 8000
service:
@@ -36,10 +36,10 @@ ingress:
resources:
requests:
memory: 160Mi
memory: 105Mi
cpu: 15m
limits:
memory: 160Mi
memory: 105Mi
healthCheck:
enabled: true

View File

@@ -11,7 +11,7 @@ image:
imagePullSecrets:
- name: ghcr-secret
replicaCount: 2
replicaCount: 1
containerPort: 8000
service:
@@ -36,10 +36,10 @@ ingress:
resources:
requests:
memory: 160Mi
memory: 105Mi
cpu: 15m
limits:
memory: 160Mi
memory: 105Mi
healthCheck:
enabled: true

View File

@@ -11,7 +11,7 @@ image:
imagePullSecrets:
- name: ghcr-secret
replicaCount: 2
replicaCount: 1
containerPort: 3000
service:
@@ -46,18 +46,23 @@ resources:
limits:
memory: 128Mi
healthCheck:
enabled: true
path: /api/health
startupProbe:
periodSeconds: 10
failureThreshold: 30
livenessProbe:
initialDelaySeconds: 0
periodSeconds: 10
readinessProbe:
initialDelaySeconds: 0
periodSeconds: 5
livenessProbe:
httpGet:
path: /home
port: 3000
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /home
port: 3000
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 1
failureThreshold: 3
env:
- name: NODE_ENV

View File

@@ -8,7 +8,7 @@ image:
tag: latest # Updated by ArgoCD Image Updater
pullPolicy: Always
replicaCount: 2
replicaCount: 1
containerPort: 3000
service:

View File

@@ -10,7 +10,7 @@ image:
imagePullSecrets: []
replicaCount: 2
replicaCount: 1
containerPort: 3000
service:
@@ -40,10 +40,10 @@ ingress:
resources:
requests:
memory: 100Mi
cpu: 25m
memory: 156Mi
cpu: 23m
limits:
memory: 100Mi
memory: 156Mi
healthCheck:
enabled: true

View File

@@ -11,7 +11,7 @@ image:
# No imagePullSecrets needed (public or already configured)
imagePullSecrets: []
replicaCount: 2
replicaCount: 1
containerPort: 3000
service: