add infra app renovate

This commit is contained in:
2024-07-20 14:01:52 +10:00
parent af9df6761d
commit 09cff5714a
9 changed files with 234 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: renovate
namespace: renovate
labels:
app.kubernetes.io/name: renovate
spec:
type: ClusterIP
ports:
- port: 8899
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: renovate