From af15566ff07e555ed21e0de3bec5f45d7a85ea60 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 16:51:15 +0200 Subject: [PATCH] Fix ente svc --- ente-photos/ente-ingress.yaml | 2 +- ente-photos/museum-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ente-photos/ente-ingress.yaml b/ente-photos/ente-ingress.yaml index d7a1bc3..c2fd61b 100644 --- a/ente-photos/ente-ingress.yaml +++ b/ente-photos/ente-ingress.yaml @@ -23,7 +23,7 @@ spec: service: name: ente-service port: - name: "8080" + name: 8080 # TLS configuration for HTTPS tls: diff --git a/ente-photos/museum-service.yaml b/ente-photos/museum-service.yaml index 11185a7..256c707 100644 --- a/ente-photos/museum-service.yaml +++ b/ente-photos/museum-service.yaml @@ -6,7 +6,7 @@ spec: selector: app: ente ports: - - name: "8080" + - name: "eightyeighty" port: 8080 targetPort: 8080 - name: "2112"