diff --git a/k8s/authelia/values-production.yaml b/k8s/authelia/values-production.yaml index 4d31407..415873c 100644 --- a/k8s/authelia/values-production.yaml +++ b/k8s/authelia/values-production.yaml @@ -1,9 +1,10 @@ ingress: + enabled: true hosts: - host: idp.jamkazam.com paths: - path: / - pathType: ImplementationSpecific + pathType: Prefix authelia_url: https://idp.jamkazam.com domain: jamkazam.com diff --git a/k8s/console/templates/deployment.yaml b/k8s/console/templates/deployment.yaml index 700c289..62e66c9 100644 --- a/k8s/console/templates/deployment.yaml +++ b/k8s/console/templates/deployment.yaml @@ -19,9 +19,15 @@ spec: - containerPort: 80 volumeMounts: - name: html - mountPath: /usr/share/nginx/html/index.html - subPath: index.html + mountPath: /usr/share/nginx/html volumes: - name: html secret: secretName: console-html + items: + - key: index.html + path: index.html + - key: docs-index.html + path: docs/index.html + - key: docs-deployment.html + path: docs/deployment/index.html diff --git a/k8s/console/templates/secret.yaml b/k8s/console/templates/secret.yaml index 3f67a18..1cce4e4 100644 --- a/k8s/console/templates/secret.yaml +++ b/k8s/console/templates/secret.yaml @@ -16,6 +16,8 @@ stringData: .links { margin-top: 30px; display: grid; gap: 15px; } a { display: block; padding: 10px; background: #007bff; color: white; text-decoration: none; border-radius: 4px; transition: background 0.2s; } a:hover { background: #0056b3; } + .wiki-link { background: #28a745 !important; } + .wiki-link:hover { background: #218838 !important; }
@@ -26,7 +28,101 @@ stringData: Identity Provider (Authelia) Monitoring (Grafana) Deployment (ArgoCD) + Internal Documentation (Wiki)