Add helm chart

This commit is contained in:
Jochem
2024-07-03 21:29:02 +02:00
parent b0e7eaa3d1
commit 614feeee46
19 changed files with 1281 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-rrdcached
spec:
selector:
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: rrdcached
ports:
- name: rrdcached
protocol: TCP
port: 42217
targetPort: 42217
---
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-rrdcached-headless
spec:
selector:
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: rrdcached
ports:
- name: rrdcached
protocol: TCP
port: 42217
targetPort: 42217
clusterIP: None