## Summary - Replace the three homepage groups (Apps, Observability, Infrastructure) with two cleaner groups - **Content**: Immich, Kiwix, Miniflux, DJ, Grafana - **Misc**: CV, TeslaMate, Transmission, Docs, Prometheus, PyPI ## Deployment and Testing - [ ] Sync affected ingresses via ArgoCD (all 11 services) - [ ] Verify homepage shows the two new groups correctly Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/179
25 lines
635 B
YAML
25 lines
635 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: devpi-tailscale
|
|
namespace: devpi
|
|
annotations:
|
|
tailscale.com/proxy-class: "default"
|
|
tailscale.com/proxy-group: "ingress"
|
|
gethomepage.dev/enabled: "true"
|
|
gethomepage.dev/name: "PyPI"
|
|
gethomepage.dev/group: "Misc"
|
|
gethomepage.dev/icon: "pypi.png"
|
|
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
|