Compare commits

..

1 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-13 13:08:48 +00:00
2 changed files with 10 additions and 20 deletions
+1 -3
View File
@@ -6,8 +6,6 @@ metadata:
app: web-petting app: web-petting
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: web-petting app: web-petting
@@ -24,7 +22,7 @@ spec:
claimName: web-petting-data claimName: web-petting-data
containers: containers:
- name: web-petting - name: web-petting
image: ultradesu/web-petting:latest image: ultradesu/web-petting:v0.1.5
imagePullPolicy: Always imagePullPolicy: Always
args: args:
# - "tail" # - "tail"
+9 -17
View File
@@ -23,22 +23,14 @@ configs:
admin.enabled: false admin.enabled: false
statusbadge.enabled: true statusbadge.enabled: true
timeout.reconciliation: 60s timeout.reconciliation: 60s
dex.config: | oidc.config: |
connectors: name: Keycloak
- type: oidc issuer: https://auth.hexor.cy/auth/realms/hexor
id: keycloak clientID: $oidc-creds:id
name: Keycloak clientSecret: $oidc-creds:secret
config: requestedScopes: ["openid", "profile", "email", "offline_access"]
issuer: https://auth.hexor.cy/auth/realms/hexor requestedIDTokenClaims: {"groups": {"essential": true}}
clientID: $oidc-creds:id refreshTokenThreshold: 2m
clientSecret: $oidc-creds:secret
insecureEnableGroups: true
scopes:
- openid
- profile
- email
- offline_access
getUserInfo: true
rbac: rbac:
create: true create: true
policy.default: "" policy.default: ""
@@ -72,7 +64,7 @@ dex:
replicas: 1 replicas: 1
nodeSelector: nodeSelector:
<<: *nodeSelector <<: *nodeSelector
enabled: true enabled: false
# Standard Redis disabled because Redis HA is enabled # Standard Redis disabled because Redis HA is enabled
redis: redis: