added app uptime-kuma
This commit is contained in:
@@ -10,6 +10,7 @@ resources:
|
||||
- ./namespaces/podinfo.yaml
|
||||
- ./namespaces/postgresql.yaml
|
||||
- ./namespaces/prometheus-operator.yaml
|
||||
- ./namespaces/uptime-kuma.yaml
|
||||
- ./repositories/repositories.yaml
|
||||
# - ./cilium/cilium.yaml
|
||||
- ./ingress-nginx/ingress-nginx-config.yaml
|
||||
|
||||
4
kubernetes/infrastructure/namespaces/uptime-kuma.yaml
Normal file
4
kubernetes/infrastructure/namespaces/uptime-kuma.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: uptime-kuma
|
||||
@@ -0,0 +1,8 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: dirsigler
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 6h
|
||||
url: https://dirsigler.github.io
|
||||
Reference in New Issue
Block a user