Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
ec8e718465 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 33s
Generated by CI/CD workflow on 2025-12-23 01:08:05

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-12-23 01:08:05 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -49,14 +49,14 @@ spec:
cpu: "1000m" cpu: "1000m"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /dav path: /health
port: 8081 port: 8081
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /dav path: /health
port: 8081 port: 8081
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5

View File

@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- app.yaml
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml
- ingress.yaml - ingress.yaml