fix app uptime-kuma

This commit is contained in:
2024-07-17 17:46:28 +10:00
parent e2de2ee147
commit f3faa08253
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: uptime-kuma
namespace: uptime-kuma
labels:
app.kubernetes.io/name: uptime-kuma
spec:
selector:
app.kubernetes.io/name: uptime-kuma
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 3001
targetPort: 3001
name: http