Release version 0.2.0

This commit is contained in:
Raffael H
2023-08-10 14:49:17 +02:00
parent d6a569fa0a
commit 68df02b47a
27 changed files with 123 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
{{- define "pushgateway.svc" }}
apiVersion: v1
kind: Service
metadata:
name: pushgateway
labels:
app.kubernetes.io/name: pushgateway
spec:
ports:
- name: http
port: 9091
protocol: TCP
targetPort: 9091
selector:
app.kubernetes.io/name: pushgateway
type: ClusterIP
{{- end }}