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
|
value: ghcr.io/mayne0213/jovies
|
||||||
forcestring: true
|
forcestring: true
|
||||||
- name: image.tag
|
- name: image.tag
|
||||||
value: latest@sha256:b994d1e6704a2d69747ef3efdb9ba855038eee440e6e4a3940c78174ce91b4bc
|
value: latest@sha256:1c877a6fc7aa0f78b492ba380746c3c153834f744b7cdce6953c8e72f34e19bd
|
||||||
forcestring: true
|
forcestring: true
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ imagePullSecrets:
|
|||||||
- name: ghcr-secret
|
- name: ghcr-secret
|
||||||
|
|
||||||
# Replicas
|
# Replicas
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
# Container port
|
# Container port
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: ghcr-secret
|
- name: ghcr-secret
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -36,10 +36,10 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: ghcr-secret
|
- name: ghcr-secret
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -36,10 +36,10 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 150Mi
|
memory: 105Mi
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 105Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: ghcr-secret
|
- name: ghcr-secret
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -36,10 +36,10 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 160Mi
|
memory: 105Mi
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
limits:
|
limits:
|
||||||
memory: 160Mi
|
memory: 105Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: ghcr-secret
|
- name: ghcr-secret
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -36,10 +36,10 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 160Mi
|
memory: 105Mi
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
limits:
|
limits:
|
||||||
memory: 160Mi
|
memory: 105Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: ghcr-secret
|
- name: ghcr-secret
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -46,18 +46,23 @@ resources:
|
|||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
healthCheck:
|
livenessProbe:
|
||||||
enabled: true
|
httpGet:
|
||||||
path: /api/health
|
path: /home
|
||||||
startupProbe:
|
port: 3000
|
||||||
periodSeconds: 10
|
initialDelaySeconds: 30
|
||||||
failureThreshold: 30
|
periodSeconds: 10
|
||||||
livenessProbe:
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 0
|
failureThreshold: 3
|
||||||
periodSeconds: 10
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
initialDelaySeconds: 0
|
httpGet:
|
||||||
periodSeconds: 5
|
path: /home
|
||||||
|
port: 3000
|
||||||
|
initialDelaySeconds: 5
|
||||||
|
periodSeconds: 5
|
||||||
|
timeoutSeconds: 1
|
||||||
|
failureThreshold: 3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: NODE_ENV
|
- name: NODE_ENV
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ image:
|
|||||||
tag: latest # Updated by ArgoCD Image Updater
|
tag: latest # Updated by ArgoCD Image Updater
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ image:
|
|||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -40,10 +40,10 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 100Mi
|
memory: 156Mi
|
||||||
cpu: 25m
|
cpu: 23m
|
||||||
limits:
|
limits:
|
||||||
memory: 100Mi
|
memory: 156Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
# No imagePullSecrets needed (public or already configured)
|
# No imagePullSecrets needed (public or already configured)
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user