Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
649df07ffe Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 31s
Generated by CI/CD workflow on 2025-12-28 20:42:01

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-12-28 20:42:01 +00:00
4 changed files with 19 additions and 31 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,30 +90,27 @@ spec:
affinity: affinity:
nodeAffinity: nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- home.homenet
- weight: 2
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- master.tail2fe2d.ts.net
- weight: 3 - weight: 3
preference: preference:
matchExpressions: matchExpressions:
- key: kubernetes.io/hostname - key: kubernetes.io/hostname
operator: In operator: In
values: values:
- it.tail2fe2d.ts.net - home.homenet
- ch.tail2fe2d.ts.net - weight: 1
- us.tail2fe2d.ts.net preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- master.tail2fe2d.ts.net
- weight: 2
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- nas.homenet
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms: nodeSelectorTerms:
- matchExpressions: - matchExpressions:
@@ -121,9 +118,7 @@ spec:
operator: In operator: In
values: values:
- home.homenet - home.homenet
- it.tail2fe2d.ts.net - nas.homenet
- 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.1 image: ultradesu/k8s-secrets:0.1.1
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- "--secrets" - "--secrets"
@@ -28,7 +28,6 @@ spec:
- "k8s-secret" - "k8s-secret"
- "--port" - "--port"
- "3000" - "3000"
- "--webhook"
ports: ports:
- containerPort: 3000 - containerPort: 3000
name: http name: http

View File

@@ -99,9 +99,6 @@ 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

@@ -51,9 +51,6 @@ proxy_applications = {
internal_host = "http://secret-reader.k8s-secret.svc:80" internal_host = "http://secret-reader.k8s-secret.svc:80"
internal_host_ssl_validation = false internal_host_ssl_validation = false
meta_description = "" meta_description = ""
skip_path_regex = <<-EOT
/webhook
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"
outpost = "kubernetes-outpost" outpost = "kubernetes-outpost"