Add glance service and configmap

This commit is contained in:
Daniel Cosme
2026-05-07 12:17:47 -04:00
parent 58c733260f
commit ad9659d1ee
7 changed files with 187 additions and 8 deletions
+6 -6
View File
@@ -45,12 +45,12 @@ var Immich = Service{
var Glance = Service{
Name: "glance",
Image: "",
Port: 0, // Server Port
// Public: &Public{
// URL: "https://photos.danicos.me",
// NodePort: 30011,
// },
Image: "glanceapp/glance:v0.8.4",
Port: 8080, // Server Port
Public: &Public{
URL: "https://home.danicos.me",
NodePort: 30009,
},
}
var (