Compare commits

..
Author SHA1 Message Date
Gitea Actions Bot ed9294efa6 Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 17s
Generated by CI/CD workflow on 2026-07-16 09:40:34

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-07-16 09:40:34 +00:00
4 changed files with 2 additions and 30 deletions
-26
View File
@@ -1,26 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-dex-server
namespace: argocd
spec:
template:
spec:
containers:
- name: dex-server
readinessProbe:
tcpSocket:
port: 5556
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
livenessProbe:
tcpSocket:
port: 5556
initialDelaySeconds: 10
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
-2
View File
@@ -16,5 +16,3 @@ helmCharts:
valuesFile: values.yaml
includeCRDs: true
patches:
- path: dex-probes-patch.yaml
+1 -1
View File
@@ -6,7 +6,7 @@ metadata:
spec:
project: core
destination:
namespace: longhorn-system
namespace: longhorn
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
+1 -1
View File
@@ -9,7 +9,7 @@ helmCharts:
repo: https://charts.longhorn.io
version: 1.12.0
releaseName: longhorn
namespace: longhorn-system
namespace: longhorn
valuesFile: values.yaml
includeCRDs: true