Merge pull request #663 from 3dwardch3ng/infra/renovate

direct expose renovate port
This commit is contained in:
2024-07-25 10:29:59 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ spec:
- port: 8899 - port: 8899
targetPort: 8080 targetPort: 8080
protocol: TCP protocol: TCP
name: http name: 8899-tcp
selector: selector:
app.kubernetes.io/name: renovate app.kubernetes.io/name: renovate

View File

@@ -1,6 +1,6 @@
spec: spec:
ports: ports:
- name: http - name: 8899-tcp
port: 8899 port: 8899
targetPort: 8899 targetPort: 8899
protocol: TCP protocol: TCP