Compare commits

...

8 Commits

Author SHA1 Message Date
ab
5d12fc854a Merge pull request 'Auto-update README with k8s applications' (#63) from auto-update-readme-20260107-140709 into main
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 8s
Reviewed-on: #63
2026-01-07 14:08:00 +00:00
Gitea Actions Bot
f415e0711e Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 30s
Generated by CI/CD workflow on 2026-01-07 14:07:09

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-01-07 14:07:09 +00:00
ab
14dc69904c Merge pull request 'Auto-update README with k8s applications' (#62) from auto-update-readme-20251229-021031 into main
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 4s
Reviewed-on: #62
2026-01-07 14:06:51 +00:00
ab
f6dc7aa6e3 Update k8s/apps/gitea/deployment.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 29s
Check with kubeconform / lint (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-01-07 14:05:52 +00:00
ab
badd82f9af Update k8s/apps/gitea/deployment.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Auto-update README / Generate README and Create MR (push) Has been cancelled
2026-01-07 14:04:04 +00:00
ab
a5cb49471a Update k8s/core/argocd/values.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Auto-update README / Generate README and Create MR (push) Has been cancelled
2026-01-07 13:57:04 +00:00
ab
79c23e14b0 Update k8s/apps/k8s-secrets/deployment.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Auto-update README / Generate README and Create MR (push) Has been cancelled
2026-01-07 13:43:37 +00:00
ab
5bc44e45b0 Update terraform/authentik/proxy-apps.tfvars
All checks were successful
Terraform / Terraform (push) Successful in 32s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
2025-12-29 02:15:42 +00:00
4 changed files with 22 additions and 14 deletions

View File

@@ -77,8 +77,8 @@ spec:
labels: labels:
app: gitea-runner app: gitea-runner
spec: spec:
nodeSelector: #nodeSelector:
kubernetes.io/hostname: home.homenet # kubernetes.io/hostname: home.homenet
volumes: volumes:
- name: docker-sock - name: docker-sock
hostPath: hostPath:
@@ -90,27 +90,30 @@ spec:
affinity: affinity:
nodeAffinity: nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
- weight: 3
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- home.homenet
- weight: 1 - weight: 1
preference: preference:
matchExpressions: matchExpressions:
- key: kubernetes.io/hostname - key: kubernetes.io/hostname
operator: In operator: In
values: values:
- master.tail2fe2d.ts.net - home.homenet
- weight: 2 - weight: 2
preference: preference:
matchExpressions: matchExpressions:
- key: kubernetes.io/hostname - key: kubernetes.io/hostname
operator: In operator: In
values: values:
- nas.homenet - master.tail2fe2d.ts.net
- weight: 3
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- it.tail2fe2d.ts.net
- ch.tail2fe2d.ts.net
- us.tail2fe2d.ts.net
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms: nodeSelectorTerms:
- matchExpressions: - matchExpressions:
@@ -118,7 +121,9 @@ spec:
operator: In operator: In
values: values:
- home.homenet - home.homenet
- nas.homenet - it.tail2fe2d.ts.net
- ch.tail2fe2d.ts.net
- us.tail2fe2d.ts.net
- master.tail2fe2d.ts.net - master.tail2fe2d.ts.net
containers: containers:
- name: gitea-runner - name: gitea-runner

View File

@@ -19,7 +19,7 @@ spec:
kubernetes.io/os: linux kubernetes.io/os: linux
containers: containers:
- name: secret-reader - name: secret-reader
image: ultradesu/k8s-secrets:0.2.0 image: ultradesu/k8s-secrets:0.2.1
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- "--secrets" - "--secrets"

View File

@@ -99,6 +99,9 @@ server:
# Repository Server # Repository Server
repoServer: repoServer:
replicas: 1 replicas: 1
livenessProbe:
timeoutSeconds: 10
periodSeconds: 60
nodeSelector: nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net kubernetes.io/hostname: master.tail2fe2d.ts.net
# Add resources (requests/limits), PDB etc. if needed # Add resources (requests/limits), PDB etc. if needed

View File

@@ -52,7 +52,7 @@ proxy_applications = {
internal_host_ssl_validation = false internal_host_ssl_validation = false
meta_description = "" meta_description = ""
skip_path_regex = <<-EOT skip_path_regex = <<-EOT
/webhook/ /webhook
EOT EOT
meta_icon = "https://img.icons8.com/ios-filled/50/password.png" meta_icon = "https://img.icons8.com/ios-filled/50/password.png"
mode = "proxy" mode = "proxy"