Layout: - Remove row style from Admin bookmarks (now vertical) - Add Apps, Observability, Infrastructure groups to layout Icons: - Add brand colors to si- icons so they're not greyed out - Grafana #F46800, Prometheus #E6522C, Tesla #CC0000 - ArgoCD #EF7B4D, Immich #4250AF, PyPI #3775A9 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
611 B
YAML
24 lines
611 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: devpi-tailscale
|
|
namespace: devpi
|
|
annotations:
|
|
tailscale.com/proxy-class: "default"
|
|
gethomepage.dev/enabled: "true"
|
|
gethomepage.dev/name: "PyPI"
|
|
gethomepage.dev/group: "Infrastructure"
|
|
gethomepage.dev/icon: "si-pypi-#3775A9"
|
|
gethomepage.dev/description: "PyPI cache"
|
|
gethomepage.dev/href: "https://pypi.ops.eblu.me"
|
|
gethomepage.dev/pod-selector: "app=devpi"
|
|
spec:
|
|
ingressClassName: tailscale
|
|
defaultBackend:
|
|
service:
|
|
name: devpi
|
|
port:
|
|
number: 3141
|
|
tls:
|
|
- hosts:
|
|
- pypi
|