Compare commits

..

15 commits

19 changed files with 150 additions and 35 deletions

1
blog/.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
config/* filter=age diff=age merge=age -text

16
blog/kustomization.yaml Normal file
View file

@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: blog
images:
- name: caddy
newName: code.icb4dc0.de/infrastructure/images/caddy
newTag: latest
digest: sha256:6942ec75b708e2b37d6903346ace5511ef6c6df043d1c670ee3515698adcd116
resources:
- resources/namespace.yaml
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.shim-executor.yaml
- resources/spinapp.yaml
- resources/routes.yaml

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: blog

View file

@ -0,0 +1,31 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: blog-https
spec:
parentRefs:
- name: contour
sectionName: https
namespace: projectcontour
hostnames:
- "www.icb4dc0.de"
rules:
- backendRefs:
- name: spin-proxy
port: 80
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: git-age-docs-https
spec:
parentRefs:
- name: contour
sectionName: git-age-docs
namespace: projectcontour
hostnames:
- "docs.git-age.icb4dc0.de"
rules:
- backendRefs:
- name: spin-proxy
port: 80

View file

@ -0,0 +1,11 @@
apiVersion: core.spinoperator.dev/v1alpha1
kind: SpinApp
metadata:
name: spin-proxy
spec:
image: "code.icb4dc0.de/prskr/spin-proxy:latest"
executor: containerd-shim-spin
replicas: 2
variables:
- name: domain_mapping
value: '{"docs.git-age.icb4dc0.de":"1661580-git-age.fsn1.your-objectstorage.com","www.icb4dc0.de":"1661580-blog.fsn1.your-objectstorage.com"}'

View file

@ -15,6 +15,6 @@ helmCharts:
repo: https://helm.coder.com/v2 repo: https://helm.coder.com/v2
releaseName: coder releaseName: coder
namespace: coder namespace: coder
version: "2.16.0" version: "2.17.0"
valuesFile: config/values.coder.yml valuesFile: config/values.coder.yml
skipTests: true skipTests: true

View file

@ -9,13 +9,12 @@ metadata:
spec: spec:
gatewayClassName: contour gatewayClassName: contour
listeners: listeners:
- name: snips-ssh - name: snips-ssh
protocol: TCP protocol: TCP
port: 2222 port: 2222
allowedRoutes: allowedRoutes:
kinds: kinds:
- kind: TCPRoute - kind: TCPRoute
namespaces: namespaces:
from: All from: All
@ -57,7 +56,7 @@ spec:
port: 22 port: 22
allowedRoutes: allowedRoutes:
kinds: kinds:
- kind: TCPRoute - kind: TCPRoute
namespaces: namespaces:
from: Selector from: Selector
selector: selector:
@ -178,8 +177,8 @@ spec:
from: Selector from: Selector
selector: selector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: garage kubernetes.io/metadata.name: blog
tls: tls:
mode: Terminate mode: Terminate
certificateRefs: certificateRefs:
- name: git-age-docs-tls - name: git-age-docs-tls

View file

@ -67,7 +67,7 @@ gitea:
STORAGE_TYPE: minio STORAGE_TYPE: minio
MINIO_ENDPOINT: fsn1.your-objectstorage.com:443 MINIO_ENDPOINT: fsn1.your-objectstorage.com:443
MINIO_BUCKET: 1661580-forgejo MINIO_BUCKET: 1661580-forgejo
MINIO_LOCATION: auto MINIO_LOCATION: fsn1
MINIO_USE_SSL: "true" MINIO_USE_SSL: "true"
indexer: indexer:
ISSUE_INDEXER_TYPE: meilisearch ISSUE_INDEXER_TYPE: meilisearch
@ -81,10 +81,10 @@ gitea:
MAX_SIZE: 30 MAX_SIZE: 30
MAX_FILES: 15 MAX_FILES: 15
STORAGE_TYPE: minio STORAGE_TYPE: minio
MINIO_ENDPOINT: garage.garage.svc:3900 MINIO_ENDPOINT: fsn1.your-objectstorage.com:443
MINIO_BUCKET: forgejo MINIO_BUCKET: 1661580-forgejo
MINIO_LOCATION: hel1 MINIO_LOCATION: fsn1
MINIO_USE_SSL: "false" MINIO_USE_SSL: "true"
actions: actions:
ENABLED: "true" ENABLED: "true"
DEFAULT_ACTIONS_URL: github DEFAULT_ACTIONS_URL: github

View file

@ -4,15 +4,15 @@ kind: Kustomization
namespace: forgejo namespace: forgejo
labels: labels:
- includeSelectors: true - includeSelectors: true
pairs: pairs:
app.kubernetes.io/managed-by: kustomize app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/part-of: forgejo app.kubernetes.io/part-of: forgejo
images: images:
- name: act_runner - name: act_runner
newName: code.forgejo.org/forgejo/runner newName: code.forgejo.org/forgejo/runner
newTag: "3.5.1" newTag: "4.0.0"
- name: dind - name: dind
newName: docker newName: docker
newTag: 27.3.1-dind newTag: 27.3.1-dind
@ -33,22 +33,22 @@ resources:
- resources/runners/act-cache-svc.yaml - resources/runners/act-cache-svc.yaml
configMapGenerator: configMapGenerator:
- name: act-runner-config-arm64 - name: act-runner-config-arm64
files: files:
- config.yaml=config/runners/config-arm64.yaml - config.yaml=config/runners/config-arm64.yaml
- daemon.json=config/runners/daemon.arm64.json - daemon.json=config/runners/daemon.arm64.json
- name: act-runner-config-amd64 - name: act-runner-config-amd64
files: files:
- config.yaml=config/runners/config-amd64.yaml - config.yaml=config/runners/config-amd64.yaml
- daemon.json=config/runners/daemon.amd64.json - daemon.json=config/runners/daemon.amd64.json
helmCharts: helmCharts:
- name: forgejo - name: forgejo
repo: oci://codeberg.org/forgejo-contrib repo: oci://codeberg.org/forgejo-contrib
releaseName: forgejo releaseName: forgejo
namespace: forgejo namespace: forgejo
version: "10.0.0" version: "10.0.1"
valuesFile: config/values.forgejo.yaml valuesFile: config/values.forgejo.yaml
skipTests: true skipTests: true
apiVersions: apiVersions:
@ -59,4 +59,4 @@ helmCharts:
namespace: forgejo namespace: forgejo
version: "0.10.1" version: "0.10.1"
valuesFile: config/values.meilisearch.yaml valuesFile: config/values.meilisearch.yaml
skipTests: true skipTests: true

View file

@ -2,7 +2,7 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: sync-garage-forgejo name: sync-garage-csi
namespace: garage namespace: garage
spec: spec:
ttlSecondsAfterFinished: 100 ttlSecondsAfterFinished: 100
@ -20,8 +20,8 @@ spec:
- --ignore-errors - --ignore-errors
- -s3-upload-concurrency 64 - -s3-upload-concurrency 64
- -v - -v
- garage:forgejo - garage:csi
- hcloud:1661580-forgejo - hcloud:1661580-csi
volumeMounts: volumeMounts:
- name: rclone-config - name: rclone-config
mountPath: /config/rclone mountPath: /config/rclone

View file

@ -19,5 +19,5 @@ helmCharts:
repo: https://charts.hetzner.cloud repo: https://charts.hetzner.cloud
releaseName: hcloud-csi-driver releaseName: hcloud-csi-driver
namespace: kube-system namespace: kube-system
version: "2.9.0" version: "2.10.0"
valuesFile: config/values.csi.yaml valuesFile: config/values.csi.yaml

View file

@ -17,5 +17,5 @@ helmCharts:
includeCRDs: true includeCRDs: true
namespace: observability-system namespace: observability-system
releaseName: prometheus releaseName: prometheus
version: "65.5.0" version: "65.8.1"
valuesFile: config/values.prometheus.yaml valuesFile: config/values.prometheus.yaml

View file

@ -5,7 +5,9 @@ namespace: kube-system
resources: resources:
- resources/secret.garage.yaml - resources/secret.garage.yaml
- resources/secret.hcloud.yaml
- resources/storageClass.garage.yaml - resources/storageClass.garage.yaml
- resources/storageClass.hcloud.yaml
images: images:
- name: registrar - name: registrar
@ -17,6 +19,7 @@ images:
- name: csi - name: csi
newName: code.icb4dc0.de/infrastructure/csi-s3 newName: code.icb4dc0.de/infrastructure/csi-s3
newTag: 0.38.3 newTag: 0.38.3
digest: sha256:afda8c9cb694023dcaca7c644114372927ddf2c2de77ee4f19caf5c7695dcb04
patches: patches:
- target: - target:
@ -26,11 +29,10 @@ patches:
name: csi-s3 name: csi-s3
path: patches/daemonset.yaml path: patches/daemonset.yaml
helmCharts: helmCharts:
- name: csi-s3 - name: csi-s3
repo: https://yandex-cloud.github.io/k8s-csi-s3/charts/ repo: https://yandex-cloud.github.io/k8s-csi-s3/charts/
releaseName: csi-s3 releaseName: csi-s3
namespace: kube-system namespace: kube-system
version: "0.41.1" version: "0.41.1"
valuesFile: config/values.csi-s3.yaml valuesFile: config/values.csi-s3.yaml

Binary file not shown.

View file

@ -14,6 +14,6 @@ parameters:
csi.storage.k8s.io/provisioner-secret-name: csi-s3-garage-secret csi.storage.k8s.io/provisioner-secret-name: csi-s3-garage-secret
csi.storage.k8s.io/provisioner-secret-namespace: kube-system csi.storage.k8s.io/provisioner-secret-namespace: kube-system
mounter: geesefs mounter: geesefs
options: '--memory-limit 1000 --dir-mode 0777 --file-mode 0666' options: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666"
reclaimPolicy: Delete reclaimPolicy: Delete
volumeBindingMode: Immediate volumeBindingMode: Immediate

View file

@ -0,0 +1,20 @@
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: hcloud-blob
provisioner: ru.yandex.s3.csi
parameters:
bucket: 1661580-csi
csi.storage.k8s.io/controller-publish-secret-name: csi-s3-hcloud-secret
csi.storage.k8s.io/controller-publish-secret-namespace: kube-system
csi.storage.k8s.io/node-publish-secret-name: csi-s3-hcloud-secret
csi.storage.k8s.io/node-publish-secret-namespace: kube-system
csi.storage.k8s.io/node-stage-secret-name: csi-s3-hcloud-secret
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
csi.storage.k8s.io/provisioner-secret-name: csi-s3-hcloud-secret
csi.storage.k8s.io/provisioner-secret-namespace: kube-system
mounter: geesefs
options: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666"
reclaimPolicy: Delete
volumeBindingMode: Immediate

View file

@ -0,0 +1,23 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: spin-system
resources:
- resources/namespace.yaml
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.crds.yaml
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.runtime-class.yaml
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.shim-executor.yaml
helmCharts:
- name: kwasm-operator
repo: https://kwasm.sh/kwasm-operator/
namespace: spin-system
version: "0.2.3"
includeCRDs: true
- name: spin-operator
repo: oci://ghcr.io/spinkube/charts
namespace: spin-system
version: "0.3.0"
includeCRDs: true

View file

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: spin-system
labels:
prometheus: default

View file

@ -12,7 +12,7 @@ labels:
images: images:
- name: vaultwarden - name: vaultwarden
newName: ghcr.io/dani-garcia/vaultwarden newName: ghcr.io/dani-garcia/vaultwarden
newTag: "1.32.2-alpine" newTag: "1.32.3-alpine"
resources: resources:
- "resources/namespace.yaml" - "resources/namespace.yaml"