Compare commits
10 Commits
7b006ad1bb
...
d145ba3d29
| Author | SHA1 | Date | |
|---|---|---|---|
| d145ba3d29 | |||
| 1645dd28d8 | |||
| a62307a0ed | |||
| aea9ee93e8 | |||
| 2c2084b95f | |||
|
|
7d928aa24b | ||
|
|
4322a624e2 | ||
|
|
ec509b0399 | ||
| 553df2ac82 | |||
| e9df55b5f7 |
8
charts/web-app/.argocd-source-docusaurus.yaml
Normal file
8
charts/web-app/.argocd-source-docusaurus.yaml
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
|
||||
# Replicas
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
|
||||
# Container port
|
||||
containerPort: 3000
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@ image:
|
||||
tag: latest # Updated by ArgoCD Image Updater
|
||||
pullPolicy: Always
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# No imagePullSecrets needed (public or already configured)
|
||||
imagePullSecrets: []
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user