Compare commits
28 Commits
7b006ad1bb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1da3a8aaf3 | |||
| dff2f41032 | |||
| f8b1b78a3d | |||
| 1ec2263310 | |||
|
|
3f589015b7 | ||
|
|
a8a624db98 | ||
| bd6d409dc6 | |||
| 6962959056 | |||
|
|
0c4f15b23f | ||
|
|
48eda2b7c1 | ||
| f814a70ae4 | |||
| 4bb7186fdd | |||
| d73a951ade | |||
|
|
722252b0fa | ||
| 3e6a732abc | |||
|
|
15762e2d39 | ||
| 320dd4a9a5 | |||
| 4a74feb826 | |||
| d145ba3d29 | |||
| 1645dd28d8 | |||
| a62307a0ed | |||
| aea9ee93e8 | |||
| 2c2084b95f | |||
|
|
7d928aa24b | ||
|
|
4322a624e2 | ||
|
|
ec509b0399 | ||
| 553df2ac82 | |||
| e9df55b5f7 |
@@ -9,7 +9,7 @@ spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: .
|
||||
|
||||
|
||||
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
|
||||
8
charts/web-app/.argocd-source-jaejadle-dev.yaml
Normal file
8
charts/web-app/.argocd-source-jaejadle-dev.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
helm:
|
||||
parameters:
|
||||
- name: image.name
|
||||
value: zot0213.kro.kr/jaejadle-dev
|
||||
forcestring: true
|
||||
- name: image.tag
|
||||
value: latest@sha256:b222570d45aafa375730d584f5265f4b255218e1c290acd5b56fdf61744a5027
|
||||
forcestring: true
|
||||
8
charts/web-app/.argocd-source-joossam-dev.yaml
Normal file
8
charts/web-app/.argocd-source-joossam-dev.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
helm:
|
||||
parameters:
|
||||
- name: image.name
|
||||
value: zot0213.kro.kr/joossam-dev
|
||||
forcestring: true
|
||||
- name: image.tag
|
||||
value: latest@sha256:c836bc4394d99e6fe53600204a40283143252dddbbb5645dbff7981a00c32cf0
|
||||
forcestring: true
|
||||
@@ -1,8 +1,8 @@
|
||||
helm:
|
||||
parameters:
|
||||
- name: image.name
|
||||
value: ghcr.io/mayne0213/jovies
|
||||
value: zot0213.kro.kr/jovies
|
||||
forcestring: true
|
||||
- name: image.tag
|
||||
value: latest@sha256:b994d1e6704a2d69747ef3efdb9ba855038eee440e6e4a3940c78174ce91b4bc
|
||||
value: latest@sha256:e6c3f34071ff611056d192e61811b6cf1bc2bf97c6c0748ce1559a4a2ec4a4d7
|
||||
forcestring: true
|
||||
|
||||
@@ -15,7 +15,7 @@ imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
|
||||
# Replicas
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
|
||||
# Container port
|
||||
containerPort: 3000
|
||||
|
||||
@@ -5,16 +5,24 @@ metadata:
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: jaejadle-dev=zot0213.kro.kr/jaejadle-dev:latest
|
||||
argocd-image-updater.argoproj.io/jaejadle-dev.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/jaejadle-dev.platforms: linux/arm64/v8
|
||||
argocd-image-updater.argoproj.io/jaejadle-dev.pull-secret: pullsecret:argocd/zot-registry-credentials
|
||||
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/gitea-creds
|
||||
argocd-image-updater.argoproj.io/git-branch: main
|
||||
argocd-image-updater.argoproj.io/jaejadle-dev.helm.image-tag: image.tag
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/jaejadle-dev/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
@@ -38,4 +46,5 @@ spec:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: 'true'
|
||||
zot-registry: 'enabled'
|
||||
revisionHistoryLimit: 10
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
name: jaejadle-dev
|
||||
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: mayne0213/jaejadle
|
||||
tag: develop
|
||||
registry: zot0213.kro.kr
|
||||
repository: jaejadle-dev
|
||||
tag: latest # Updated by ArgoCD Image Updater
|
||||
pullPolicy: Always
|
||||
|
||||
imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
- name: zot-registry-credentials
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
@@ -34,12 +34,13 @@ ingress:
|
||||
hosts:
|
||||
- dev.jaejadle.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
memory: 150Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 150Mi
|
||||
memory: 100Mi
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
@@ -70,35 +71,35 @@ externalSecret:
|
||||
data:
|
||||
- secretKey: DATABASE_URL
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: DATABASE_URL
|
||||
- secretKey: JWT_SECRET
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: JWT_SECRET
|
||||
- secretKey: AWS_ACCESS_KEY_ID
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: AWS_ACCESS_KEY_ID
|
||||
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: AWS_SECRET_ACCESS_KEY
|
||||
- secretKey: AWS_S3_BUCKET_NAME
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: AWS_S3_BUCKET_NAME
|
||||
- secretKey: AWS_S3_ENDPOINT
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: AWS_S3_ENDPOINT
|
||||
- secretKey: AWS_REGION
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: AWS_REGION
|
||||
- secretKey: CODE
|
||||
remoteRef:
|
||||
key: jaejadle-dev
|
||||
key: web-apps/jaejadle-dev
|
||||
property: CODE
|
||||
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
|
||||
@@ -8,13 +8,13 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/jaejadle/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
@@ -34,12 +34,13 @@ ingress:
|
||||
hosts:
|
||||
- jaejadle.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
memory: 150Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 150Mi
|
||||
memory: 109Mi
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
@@ -70,35 +71,35 @@ externalSecret:
|
||||
data:
|
||||
- secretKey: DATABASE_URL
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: DATABASE_URL
|
||||
- secretKey: JWT_SECRET
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: JWT_SECRET
|
||||
- secretKey: AWS_ACCESS_KEY_ID
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: AWS_ACCESS_KEY_ID
|
||||
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: AWS_SECRET_ACCESS_KEY
|
||||
- secretKey: AWS_S3_BUCKET_NAME
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: AWS_S3_BUCKET_NAME
|
||||
- secretKey: AWS_S3_ENDPOINT
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: AWS_S3_ENDPOINT
|
||||
- secretKey: AWS_REGION
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: AWS_REGION
|
||||
- secretKey: CODE
|
||||
remoteRef:
|
||||
key: jaejadle
|
||||
key: web-apps/jaejadle
|
||||
property: CODE
|
||||
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
|
||||
@@ -5,16 +5,24 @@ metadata:
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: joossam-dev=zot0213.kro.kr/joossam-dev:latest
|
||||
argocd-image-updater.argoproj.io/joossam-dev.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/joossam-dev.platforms: linux/arm64/v8
|
||||
argocd-image-updater.argoproj.io/joossam-dev.pull-secret: pullsecret:argocd/zot-registry-credentials
|
||||
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/gitea-creds
|
||||
argocd-image-updater.argoproj.io/git-branch: main
|
||||
argocd-image-updater.argoproj.io/joossam-dev.helm.image-tag: image.tag
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/joossam-dev/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
@@ -38,4 +46,5 @@ spec:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: 'true'
|
||||
zot-registry: 'enabled'
|
||||
revisionHistoryLimit: 10
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
name: joossam-dev
|
||||
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: mayne0213/joossam
|
||||
tag: develop
|
||||
registry: zot0213.kro.kr
|
||||
repository: joossam-dev
|
||||
tag: latest # Updated by ArgoCD Image Updater
|
||||
pullPolicy: Always
|
||||
|
||||
imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
- name: zot-registry-credentials
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 8000
|
||||
|
||||
service:
|
||||
@@ -34,12 +34,13 @@ ingress:
|
||||
hosts:
|
||||
- dev.joossameng.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
memory: 160Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 160Mi
|
||||
memory: 100Mi
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
|
||||
@@ -8,13 +8,13 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/joossam/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 8000
|
||||
|
||||
service:
|
||||
@@ -34,12 +34,13 @@ ingress:
|
||||
hosts:
|
||||
- joossameng.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
memory: 160Mi
|
||||
cpu: 15m
|
||||
memory: 109Mi
|
||||
limits:
|
||||
memory: 160Mi
|
||||
memory: 351Mi
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
@@ -50,9 +51,11 @@ healthCheck:
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 5
|
||||
|
||||
externalSecret:
|
||||
enabled: false
|
||||
|
||||
@@ -8,13 +8,13 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/jotion/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
@@ -39,25 +39,31 @@ ingress:
|
||||
- jotion0213.kro.kr
|
||||
- www.jotion0213.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
cpu: 15m
|
||||
memory: 109Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
memory: 169Mi
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
path: /api/health
|
||||
startupProbe:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /home
|
||||
port: 3000
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 0
|
||||
timeoutSeconds: 1
|
||||
failureThreshold: 3
|
||||
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /home
|
||||
port: 3000
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 1
|
||||
failureThreshold: 3
|
||||
|
||||
env:
|
||||
- name: NODE_ENV
|
||||
@@ -80,7 +86,7 @@ externalSecret:
|
||||
data:
|
||||
- secretKey: database-url
|
||||
remoteRef:
|
||||
key: jotion
|
||||
key: web-apps/jotion
|
||||
property: DATABASE_URL
|
||||
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
|
||||
@@ -6,21 +6,23 @@ metadata:
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: jovies=ghcr.io/mayne0213/jovies:latest
|
||||
argocd-image-updater.argoproj.io/image-list: jovies=zot0213.kro.kr/jovies:latest
|
||||
argocd-image-updater.argoproj.io/jovies.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/github-creds
|
||||
argocd-image-updater.argoproj.io/jovies.platforms: linux/arm64/v8
|
||||
argocd-image-updater.argoproj.io/jovies.pull-secret: pullsecret:argocd/zot-registry-credentials
|
||||
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/gitea-creds
|
||||
argocd-image-updater.argoproj.io/git-branch: main
|
||||
argocd-image-updater.argoproj.io/jovies.helm.image-tag: image.tag
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/jovies/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
@@ -44,4 +46,5 @@ spec:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: 'true'
|
||||
zot-registry: enabled
|
||||
revisionHistoryLimit: 10
|
||||
|
||||
@@ -3,12 +3,15 @@
|
||||
name: jovies
|
||||
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: mayne0213/jovies
|
||||
registry: zot0213.kro.kr
|
||||
repository: jovies
|
||||
tag: latest # Updated by ArgoCD Image Updater
|
||||
pullPolicy: Always
|
||||
|
||||
replicaCount: 2
|
||||
imagePullSecrets:
|
||||
- name: zot-registry-credentials
|
||||
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
@@ -36,10 +39,11 @@ ingress:
|
||||
- jovies.kro.kr
|
||||
- www.jovies.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
memory: 100Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 100Mi
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/portfolio/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
|
||||
@@ -10,7 +10,7 @@ image:
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
@@ -38,12 +38,13 @@ ingress:
|
||||
- minjo0213.kro.kr
|
||||
- www.minjo0213.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
cpu: 25m
|
||||
limits:
|
||||
memory: 100Mi
|
||||
memory: 109Mi
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
|
||||
@@ -8,13 +8,13 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/todo/helm-values.yaml
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# No imagePullSecrets needed (public or already configured)
|
||||
imagePullSecrets: []
|
||||
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
containerPort: 3000
|
||||
|
||||
service:
|
||||
@@ -39,10 +39,11 @@ ingress:
|
||||
- todo0213.kro.kr
|
||||
- www.todo0213.kro.kr
|
||||
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
memory: 100Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 100Mi
|
||||
|
||||
@@ -80,7 +81,7 @@ externalSecret:
|
||||
data:
|
||||
- secretKey: database-url
|
||||
remoteRef:
|
||||
key: todo
|
||||
key: web-apps/todo
|
||||
property: DATABASE_URL
|
||||
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
|
||||
Reference in New Issue
Block a user