Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
cd02c53f1f 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-04-12 11:38:44

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-12 11:38:44 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ loki:
rules_directory: /var/loki/rules rules_directory: /var/loki/rules
compactor: compactor:
retention_enabled: true retention_enabled: true
delete_request_store: filesystem
limits_config: limits_config:
reject_old_samples: false reject_old_samples: false
retention_period: 1440h retention_period: 1440h

View File

@@ -35,7 +35,7 @@ spec:
terminationGracePeriodSeconds: 10 terminationGracePeriodSeconds: 10
containers: containers:
- name: minecraft - name: minecraft
image: 'eclipse-temurin:8-jdk-ubi10-minimal' image: 'openjdk:8-jdk-alpine'
command: ["java"] command: ["java"]
args: args:
- -Xms4G - -Xms4G