Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot bd4321c748 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Has been skipped
Generated by CI/CD workflow on 2026-05-13 14:21:50

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-13 14:21:50 +00:00
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
image: &image 'pasarguard/panel:v4.0.2'
image: &image 'pasarguard/panel:v3.1.0'
apiVersion: apps/v1
kind: Deployment
metadata:
+1 -4
View File
@@ -6,8 +6,6 @@ metadata:
app: web-petting
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: web-petting
@@ -18,14 +16,13 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/hostname: master.tail2fe2d.ts.net
volumes:
- name: data
persistentVolumeClaim:
claimName: web-petting-data
containers:
- name: web-petting
image: ultradesu/web-petting:latest
image: ultradesu/web-petting:v0.1.6
imagePullPolicy: Always
args:
# - "tail"
+1 -1
View File
@@ -23,7 +23,7 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://gt.hexor.cy/*"]
}
ArgoCD = {
redirect_uris = ["https://ag.hexor.cy/api/dex/callback"]
redirect_uris = ["https://ag.hexor.cy/auth/callback"]
web_origins = ["https://ag.hexor.cy"]
post_logout_redirect_uris = ["https://ag.hexor.cy/*"]
extra_optional_scopes = ["offline_access"]