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"