fix svc
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2021-11-13 09:34:40 +01:00
parent 6c656669a0
commit c60a30e887
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ spec:
service:
name: acmedns-api
port:
name: api
number: 8080
tls:
- hosts:
- acmedns.tbrnt.ch

View File

@ -9,7 +9,7 @@ spec:
- name: acmedns
port: 8080
protocol: TCP
targetPort: api
targetPort: 8080
selector:
app: acmedns
type: ClusterIP