feat: extract radicale
This commit is contained in:
parent
64ab755d22
commit
e6506a70da
@ -71,9 +71,6 @@ resources:
|
||||
- statefulset-synapse.yaml
|
||||
- svc-synapse.yaml
|
||||
|
||||
- statefulset-radicale.yaml
|
||||
- svc-radicale.yaml
|
||||
|
||||
- deploy-solar-toolkit-gateway.yaml
|
||||
- svc-solar-toolkit-gateway.yaml
|
||||
|
||||
|
@ -16,5 +16,4 @@ spec:
|
||||
- git.netflux.io
|
||||
- grafana.netflux.io
|
||||
- netflux.io
|
||||
- caldav-k3s.netflux.io
|
||||
- caldav.netflux.io
|
||||
|
@ -22,7 +22,7 @@ spec:
|
||||
name: netflux-homepage
|
||||
port:
|
||||
name: http
|
||||
- host: grafana-k3s.netflux.io
|
||||
- host: grafana.netflux.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
@ -42,8 +42,20 @@ spec:
|
||||
name: gitea
|
||||
port:
|
||||
name: http
|
||||
- host: caldav.netflux.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: radicale
|
||||
port:
|
||||
name: caldav
|
||||
tls:
|
||||
- hosts:
|
||||
- k3s.netflux.io
|
||||
- grafana-k3s.netflux.io
|
||||
- grafana.netflux.io
|
||||
- git.netflux.io
|
||||
- caldav.netflux.io
|
||||
secretName: prod-ingress-tls
|
||||
|
@ -36,6 +36,8 @@ resources:
|
||||
- svc-gitea.yaml
|
||||
- ingress-route-gitea-ssh.yaml
|
||||
|
||||
- statefulset-radicale.yaml
|
||||
- svc-radicale.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: gitea-scripts
|
||||
@ -69,6 +71,13 @@ configMapGenerator:
|
||||
- datasources.yaml=secrets/grafana-datasources.yaml
|
||||
- contactpoints.yaml=resources/grafana-contactpoints.yaml
|
||||
- rules.yaml=resources/grafana-rules.yaml
|
||||
- name: radicale-config
|
||||
files:
|
||||
- config.toml=secrets/radicale-config.toml
|
||||
- users=secrets/radicale-users
|
||||
options:
|
||||
labels:
|
||||
app: radicale
|
||||
|
||||
secretGenerator:
|
||||
- name: prometheus-credentials
|
||||
|
@ -85,4 +85,4 @@ spec:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
storage: 2Gi
|
@ -52,13 +52,6 @@ configMapGenerator:
|
||||
options:
|
||||
labels:
|
||||
app: drone
|
||||
- name: radicale-config
|
||||
files:
|
||||
- config.toml=secrets/radicale-config.toml
|
||||
- users=secrets/radicale-users
|
||||
options:
|
||||
labels:
|
||||
app: radicale
|
||||
secretGenerator:
|
||||
- name: prometheus-credentials
|
||||
files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user