added K8s-Deployment and edited README

This commit is contained in:
Carl Sander
2021-08-18 08:38:05 +00:00
parent f1e5e53e8f
commit 60b0ee2959
8 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: uptime-kuma
spec:
selector:
component: uptime-kuma
type: ClusterIP
ports:
- name: http
port: 3001
targetPort: 3001
protocol: TCP