Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
40a920cbdf Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 42s
Generated by CI/CD workflow on 2025-11-24 16:47:03

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-24 16:47:03 +00:00
2 changed files with 16 additions and 13 deletions

View File

@@ -28,6 +28,22 @@ spec:
- name: http - name: http
containerPort: 3010 containerPort: 3010
protocol: TCP protocol: TCP
livenessProbe:
httpGet:
path: /
port: 3010
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
readinessProbe:
httpGet:
path: /
port: 3010
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 3
resources: resources:
requests: requests:
memory: "64Mi" memory: "64Mi"

View File

@@ -121,8 +121,6 @@ spec:
{{ .pasarguard }} {{ .pasarguard }}
USER_remnawave: |- USER_remnawave: |-
{{ .remnawave }} {{ .remnawave }}
USER_umami: |-
{{ .umami }}
data: data:
- secretKey: authentik - secretKey: authentik
sourceRef: sourceRef:
@@ -234,14 +232,3 @@ spec:
metadataPolicy: None metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22 key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[10].value property: fields[10].value
- secretKey: umami
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
conversionStrategy: Default
decodingStrategy: None
metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[11].value