Compare commits

..

10 Commits

Author SHA1 Message Date
Gitea Actions Bot 9c07f20dab Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Has been skipped
Generated by CI/CD workflow on 2026-05-18 11:56:43

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-18 11:56:43 +00:00
Ultradesu 374a825514 Moved web-petting to spb
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-18 14:56:21 +03:00
Ultradesu 790ba2c3de Moved argocd to keycloac 2026-05-18 14:54:51 +03:00
ab 4240cd61ad Update k8s/apps/pasarguard/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 16s
2026-05-17 10:41:15 +00:00
ab a9f9c29679 Added recreate to web-petting
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 18s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 9s
2026-05-14 16:18:55 +03:00
ab 70bb07529f Update k8s/apps/web-petting/deployment.yaml
Check with kubeconform / lint (push) Successful in 7s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-14 13:15:20 +00:00
ab a4f6f4b06e Update k8s/apps/web-petting/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 13s
2026-05-13 14:21:17 +00:00
Ultradesu 688a91d04f Enabled dex for argocd
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 18s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 18s
2026-05-13 14:23:56 +01:00
Ultradesu 4212cdc26e Added мурняня.рф
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 22s
2026-05-13 14:07:58 +01:00
Ultradesu f33de7c78c fix 2026-05-13 14:06:09 +01:00
7 changed files with 39 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
image: &image 'pasarguard/panel:v3.1.0' image: &image 'pasarguard/panel:v4.0.2'
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
+4 -1
View File
@@ -6,6 +6,8 @@ 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
@@ -16,13 +18,14 @@ spec:
spec: spec:
nodeSelector: nodeSelector:
kubernetes.io/os: linux kubernetes.io/os: linux
kubernetes.io/hostname: spb.tail2fe2d.ts.net
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
claimName: web-petting-data claimName: web-petting-data
containers: containers:
- name: web-petting - name: web-petting
image: ultradesu/web-petting:v0.1.5 image: ultradesu/web-petting:latest
imagePullPolicy: Always imagePullPolicy: Always
args: args:
# - "tail" # - "tail"
+13
View File
@@ -20,8 +20,21 @@ spec:
name: web-petting name: web-petting
port: port:
number: 80 number: 80
- host: xn--l1acako8eb.xn--p1ai
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: web-petting
port:
number: 80
tls: tls:
- secretName: web-petting-tls - secretName: web-petting-tls
hosts: hosts:
- pet.hexor.cy - pet.hexor.cy
- secretName: web-petting-murnyanya-tls
hosts:
- xn--l1acako8eb.xn--p1ai
+17 -9
View File
@@ -23,14 +23,22 @@ configs:
admin.enabled: false admin.enabled: false
statusbadge.enabled: true statusbadge.enabled: true
timeout.reconciliation: 60s timeout.reconciliation: 60s
oidc.config: | dex.config: |
name: Keycloak connectors:
issuer: https://auth.hexor.cy/auth/realms/hexor - type: oidc
clientID: $oidc-creds:id id: keycloak
clientSecret: $oidc-creds:secret name: Keycloak
requestedScopes: ["openid", "profile", "email", "offline_access"] config:
requestedIDTokenClaims: {"groups": {"essential": true}} issuer: https://auth.hexor.cy/auth/realms/hexor
refreshTokenThreshold: 2m clientID: $oidc-creds:id
clientSecret: $oidc-creds:secret
insecureEnableGroups: true
scopes:
- openid
- profile
- email
- offline_access
getUserInfo: true
rbac: rbac:
create: true create: true
policy.default: "" policy.default: ""
@@ -64,7 +72,7 @@ dex:
replicas: 1 replicas: 1
nodeSelector: nodeSelector:
<<: *nodeSelector <<: *nodeSelector
enabled: false enabled: true
# Standard Redis disabled because Redis HA is enabled # Standard Redis disabled because Redis HA is enabled
redis: redis:
+2
View File
@@ -35,4 +35,6 @@ spec:
dnsZones: dnsZones:
- "*.hexor.cy" - "*.hexor.cy"
- "hexor.cy" - "hexor.cy"
- "*.xn--l1acako8eb.xn--p1ai"
- "xn--l1acako8eb.xn--p1ai"
+1 -3
View File
@@ -167,9 +167,7 @@ resource "keycloak_openid_client_optional_scopes" "oauth2_app" {
} }
resource "keycloak_group" "oauth2_app" { resource "keycloak_group" "oauth2_app" {
for_each = { for_each = var.oauth2_applications
for k, v in var.oauth2_applications : k => v if length(v.allowed_groups) > 0
}
realm_id = keycloak_realm.hexor.id realm_id = keycloak_realm.hexor.id
name = "app-${each.key}" name = "app-${each.key}"
+1 -1
View File
@@ -23,7 +23,7 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://gt.hexor.cy/*"] post_logout_redirect_uris = ["https://gt.hexor.cy/*"]
} }
ArgoCD = { ArgoCD = {
redirect_uris = ["https://ag.hexor.cy/auth/callback"] redirect_uris = ["https://ag.hexor.cy/api/dex/callback"]
web_origins = ["https://ag.hexor.cy"] web_origins = ["https://ag.hexor.cy"]
post_logout_redirect_uris = ["https://ag.hexor.cy/*"] post_logout_redirect_uris = ["https://ag.hexor.cy/*"]
extra_optional_scopes = ["offline_access"] extra_optional_scopes = ["offline_access"]