From 4fb99019bc2ac2591e1adff8d745e4b609e0a0f2 Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Sun, 29 May 2022 21:01:50 +0200 Subject: [PATCH] Renamed port udp --- .drone/helm/api/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/helm/api/templates/service.yaml b/.drone/helm/api/templates/service.yaml index 3b0f2b7..47cb361 100644 --- a/.drone/helm/api/templates/service.yaml +++ b/.drone/helm/api/templates/service.yaml @@ -17,6 +17,6 @@ spec: port: 6666 targetPort: 6666 - protocol: UDP - name: p2papi + name: p2papi-udp port: 6666 targetPort: 6666 \ No newline at end of file