diff options
Diffstat (limited to 'infra/kubernetes/cgit/config.yaml')
-rw-r--r-- | infra/kubernetes/cgit/config.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/kubernetes/cgit/config.yaml b/infra/kubernetes/cgit/config.yaml index 577a56650ad6..e48544d50742 100644 --- a/infra/kubernetes/cgit/config.yaml +++ b/infra/kubernetes/cgit/config.yaml @@ -65,10 +65,9 @@ kind: Service metadata: name: cgit spec: - type: NodePort selector: app: cgit ports: - protocol: TCP - port: 2448 # cgit + port: 80 targetPort: 8080 |