-
Notifications
You must be signed in to change notification settings - Fork 0
/
kustomization.yaml
138 lines (112 loc) · 3.12 KB
/
kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
images:
- name: profile-server
newName: ghcr.io/thelab-ms/profile/profile-server
newTag: sha-b54dbfa
- name: profile-async
newName: ghcr.io/thelab-ms/profile/profile-async
newTag: sha-b54dbfa
- name: profile-visit-check-job
newName: ghcr.io/thelab-ms/profile/visit-check-job
newTag: sha-b54dbfa
- name: profile-paypal-check-job
newName: ghcr.io/thelab-ms/profile/paypal-check-job
newTag: sha-b54dbfa
- name: access-controller-controller
newName: ghcr.io/thelab-ms/access-controller-controller
newTag: main-28812bd
- name: docuseal
newName: docker.io/docuseal/docuseal
digest: sha256:f6b40048fa7506b8e4a3fc6ea89f7104f1669d7f75ee6f3c699a21fceb8ccc1e
- name: fobsvr
newName: ghcr.io/thelab-ms/fobsvr
newTag: "main-c0e7787"
- name: frigate
newName: ghcr.io/blakeblackshear/frigate
newTag: "0.12.1"
- name: homeassistant
newName: ghcr.io/home-assistant/home-assistant
newTag: "2023.11.3"
- name: grafana
newName: docker.io/grafana/grafana-oss
newTag: "11.1.3"
- name: keycloak
newName: ghcr.io/thelab-ms/keycloak-extensions
newTag: main-0aa01c5
- name: nvidia-device-plugin
newName: nvcr.io/nvidia/k8s-device-plugin
newTag: v0.14.3
- name: prometheus
newName: quay.io/prometheus/prometheus
newTag: v2.53.1
- name: prom-node-exporter
newName: quay.io/prometheus/node-exporter
newTag: v1.8.2
- name: prom-mikrotik-exporter
newName: ghcr.io/akpw/mktxp
newTag: gha-5421251592
- name: postgres
newName: docker.io/postgres
newTag: "15.3"
- name: samba
newName: ghcr.io/thelab-ms/samba
newTag: sha-4e8f77b
- name: wikijs
newName: docker.io/requarks/wiki
newTag: "2.5.303"
- name: oauth2-proxy
newName: quay.io/oauth2-proxy/oauth2-proxy
newTag: v7.6.0
resources:
- manifests/access-controller-controller.yaml
- manifests/backups.yaml
- manifests/cert-manager.ext.yaml
- manifests/cert-manager.yaml
- manifests/contour.ext.yaml
- manifests/docuseal.yaml
- manifests/fobsvr.yaml
- manifests/frigate.yaml
- manifests/gliderbot.yaml
- manifests/grafana.yaml
- manifests/homeassistant.yaml
- manifests/keycloak.yaml
- manifests/nvidia.ext.yaml
- manifests/profile.yaml
- manifests/prom.yaml
- manifests/psql-keycloak.yaml
- manifests/psql-reporting.yaml
- manifests/psql-wikijs.yaml
- manifests/samba.yaml
- manifests/wikijs.yaml
patches:
- path: patches/contour-ds.yaml
target:
group: apps
version: v1
kind: DaemonSet
name: envoy
namespace: projectcontour
- path: patches/contour-svc.yaml
target:
version: v1
kind: Service
name: envoy
namespace: projectcontour
- path: patches/oauth-sidecar.yaml
target:
group: apps
version: v1
kind: Deployment
annotationSelector: "oauth-sidecar=yes"
configMapGenerator:
- name: prom-config
files:
- configs/prometheus.yml
- name: frigate-config
files:
- configs/frigate.yml
- name: grafana-config
files:
- configs/grafana.ini
- name: backup-script
files:
- configs/backup.py