Compare commits

...

1 Commits

Author SHA1 Message Date
unkinben a84d299aed feat: updates for artifactapi
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline failed
- remove replicas (rely on horizontal-pod-scaler)
- add raw.githubusercontent.com remote
2026-03-07 00:36:48 +11:00
2 changed files with 12 additions and 1 deletions
@@ -7,7 +7,6 @@ metadata:
annotations:
reloader.stakater.com/auto: "true"
spec:
replicas: 2
selector:
matchLabels:
app: artifactapi
@@ -43,6 +43,18 @@ remotes:
file_ttl: 0
index_ttl: 0
github_user:
base_url: "https://raw.githubusercontent.com"
type: "remote"
package: "generic"
description: "GitHub User Content"
include_patterns:
- "yannh/kubernetes-json-schema/master/.*.json$"
- "datreeio/CRDs-catalog/main/.*.json$"
cache:
file_ttl: 0
index_ttl: 0
gitea-dl:
base_url: "https://dl.gitea.com"
type: "remote"