Fix ente svc

This commit is contained in:
Ruben Hensen
2024-09-12 16:51:15 +02:00
parent 50d59e1676
commit af15566ff0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
service: service:
name: ente-service name: ente-service
port: port:
name: "8080" name: 8080
# TLS configuration for HTTPS # TLS configuration for HTTPS
tls: tls:
+1 -1
View File
@@ -6,7 +6,7 @@ spec:
selector: selector:
app: ente app: ente
ports: ports:
- name: "8080" - name: "eightyeighty"
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080
- name: "2112" - name: "2112"