direct expose renovate port

This commit is contained in:
2024-07-25 10:29:40 +10:00
parent bf653fcd2b
commit db9e7f79f0
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