Compare commits

..
Author SHA1 Message Date
Gitea Actions Bot 3e3bc885ae Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 25s
Generated by CI/CD workflow on 2026-07-19 22:23:44

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-07-19 22:23:44 +00:00
Ultradesu 5ef058fbef Fixed dex probes
Check with kubeconform / lint (push) Successful in 2m46s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 15s
Auto-update README / Generate README and Create MR (push) Successful in 18s
2026-07-20 01:19:39 +03:00
2 changed files with 28 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
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,3 +16,5 @@ helmCharts:
valuesFile: values.yaml
includeCRDs: true
patches:
- path: dex-probes-patch.yaml