Skip to content

Commit

Permalink
Merge branch 'huggins/homepage-groups'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugginsio committed Nov 23, 2024
2 parents 4b837a4 + a3d2c77 commit 5aaff5f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions kubernetes/hyperlab/namespaces/kube-system/resources/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: hubble
namespace: kube-system
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/description: "Networking & security observability built atop Cilium."
gethomepage.dev/group: Tools
gethomepage.dev/icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/cilium.svg"
gethomepage.dev/name: "Hubble"
gethomepage.dev/pod-selector: ""
nginx.ingress.kubernetes.io/auth-url: |-
http://ak-outpost-authentik-embedded-outpost.security.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
nginx.ingress.kubernetes.io/auth-response-headers: |-
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
nginx.ingress.kubernetes.io/auth-snippet: |-
proxy_set_header X-Forwarded-Host $http_host;
nginx.ingress.kubernetes.io/auth-signin: |-
https://hubble.${DOMAIN_PRIVATE}/outpost.goauthentik.io/start?rd=$scheme://$http_host$escaped_request_uri
name: hubble
namespace: kube-system
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/description: "Networking & security observability built atop Cilium."
gethomepage.dev/group: Cluster
gethomepage.dev/icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/cilium.svg"
gethomepage.dev/name: "Hubble"
gethomepage.dev/pod-selector: ""
nginx.ingress.kubernetes.io/auth-url: |-
http://ak-outpost-authentik-embedded-outpost.security.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
nginx.ingress.kubernetes.io/auth-response-headers: |-
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
nginx.ingress.kubernetes.io/auth-snippet: |-
proxy_set_header X-Forwarded-Host $http_host;
nginx.ingress.kubernetes.io/auth-signin: |-
https://hubble.${DOMAIN_PRIVATE}/outpost.goauthentik.io/start?rd=$scheme://$http_host$escaped_request_uri
spec:
rules:
- host: &host "hubble.${DOMAIN_PRIVATE}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/description: "Cloud-native distributed storage built on and for Kubernetes."
gethomepage.dev/group: Tools
gethomepage.dev/group: Cluster
gethomepage.dev/icon: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/longhorn.svg"
gethomepage.dev/name: "Longhorn"
gethomepage.dev/pod-selector: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/description: "Observability and data visualization platform."
gethomepage.dev/group: Tools
gethomepage.dev/group: Cluster
gethomepage.dev/icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/grafana.svg"
gethomepage.dev/name: "Grafana"
gethomepage.dev/pod-selector: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/description: "Identity and SSO provider."
gethomepage.dev/group: Security
gethomepage.dev/group: Cluster
gethomepage.dev/icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/authentik.svg"
gethomepage.dev/name: Authentik
gethomepage.dev/pod-selector: ""
Expand Down

0 comments on commit 5aaff5f

Please sign in to comment.