Compare commits
6 Commits
4e83ee8242
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f8346ebdf | |||
| 9839875e2a | |||
| 0ae70de5bc | |||
| fcb0413aff | |||
| f812dcc75f | |||
| 58455b689f |
@@ -9,7 +9,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/K3S-HOME/applications.git
|
repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/code-server/helm-values.yaml
|
- $values/code-server/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: code-server
|
path: code-server
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -40,13 +40,13 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
# Resource limits
|
# Resource settings (no CPU limit for stability)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 215Mi
|
memory: 225Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 215Mi
|
memory: 302Mi
|
||||||
|
|
||||||
# Security context
|
# Security context
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: code-server
|
key: applications/code-server
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
|
|||||||
@@ -9,19 +9,19 @@ metadata:
|
|||||||
argocd-image-updater.argoproj.io/image-list: docusaurus=zot0213.kro.kr/docusaurus:latest
|
argocd-image-updater.argoproj.io/image-list: docusaurus=zot0213.kro.kr/docusaurus:latest
|
||||||
argocd-image-updater.argoproj.io/docusaurus.update-strategy: digest
|
argocd-image-updater.argoproj.io/docusaurus.update-strategy: digest
|
||||||
argocd-image-updater.argoproj.io/docusaurus.pull-secret: pullsecret:argocd/zot-creds
|
argocd-image-updater.argoproj.io/docusaurus.pull-secret: pullsecret:argocd/zot-creds
|
||||||
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/github-creds
|
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/git-branch: main
|
||||||
argocd-image-updater.argoproj.io/docusaurus.helm.image-tag: image.tag
|
argocd-image-updater.argoproj.io/docusaurus.helm.image-tag: image.tag
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: charts/web-app
|
path: charts/web-app
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/docusaurus/helm-values.yaml
|
- $values/docusaurus/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -34,12 +34,13 @@ ingress:
|
|||||||
hosts:
|
hosts:
|
||||||
- docusaurus0213.kro.kr
|
- docusaurus0213.kro.kr
|
||||||
|
|
||||||
|
# Resource settings (no CPU limit for stability)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 100Mi
|
cpu: 10m
|
||||||
cpu: 15m
|
memory: 50Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 100Mi
|
memory: 50Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/headlamp/helm-values.yaml
|
- $values/headlamp/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: headlamp
|
path: headlamp
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
# Resource settings (no CPU limit for stability)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: clientSecret
|
- secretKey: clientSecret
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: authelia
|
key: security/authelia
|
||||||
property: HEADLAMP_CLIENT_SECRET
|
property: HEADLAMP_CLIENT_SECRET
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/homer/helm-values.yaml
|
- $values/homer/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: homer
|
path: homer
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ controllers:
|
|||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
git clone --depth 1 --branch main https://github.com/K3S-HOME/applications.git /tmp/repo
|
git clone --depth 1 --branch main https://github0213.com/K3S-HOME/applications.git /tmp/repo
|
||||||
rm -rf /www/assets
|
rm -rf /www/assets
|
||||||
cp -r /tmp/repo/homer/assets /www/assets
|
cp -r /tmp/repo/homer/assets /www/assets
|
||||||
cp /config/config.yml /www/assets/config.yml
|
cp /config/config.yml /www/assets/config.yml
|
||||||
@@ -34,9 +34,10 @@ controllers:
|
|||||||
repository: b4bz/homer
|
repository: b4bz/homer
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
# Resource settings (no CPU limit for stability)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 11m
|
cpu: 10m
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/mas/helm-values.yaml
|
- $values/mas/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: mas
|
path: mas
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -43,12 +43,13 @@ controllers:
|
|||||||
POSTGRES_PORT: "5432"
|
POSTGRES_PORT: "5432"
|
||||||
POSTGRES_USER: "bluemayne"
|
POSTGRES_USER: "bluemayne"
|
||||||
REDIS_URL: "redis://redis:6379/0"
|
REDIS_URL: "redis://redis:6379/0"
|
||||||
|
# Resource settings (no CPU limit for stability)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 175Mi
|
memory: 144Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 175Mi
|
memory: 203Mi
|
||||||
probes:
|
probes:
|
||||||
startup:
|
startup:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: anthropic-api-key
|
- secretKey: anthropic-api-key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: mas
|
key: applications/mas
|
||||||
property: ANTHROPIC_API_KEY
|
property: ANTHROPIC_API_KEY
|
||||||
---
|
---
|
||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
@@ -31,5 +31,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: postgresql
|
key: storage/postgresql
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/umami/helm-values.yaml
|
- $values/umami/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: umami
|
path: umami
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -50,12 +50,13 @@ service:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 3000
|
port: 3000
|
||||||
|
|
||||||
|
# Resource settings (no CPU limit for stability)
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 283Mi
|
memory: 271Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 283Mi
|
memory: 600Mi
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: database-url
|
- secretKey: database-url
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: umami
|
key: applications/umami
|
||||||
property: DATABASE_URL
|
property: DATABASE_URL
|
||||||
- secretKey: hash-salt
|
- secretKey: hash-salt
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: umami
|
key: applications/umami
|
||||||
property: HASH_SALT
|
property: HASH_SALT
|
||||||
|
|||||||
Reference in New Issue
Block a user