Create Helm repository

This commit is contained in:
Gene Liverman 2021-12-03 11:45:03 -05:00
parent 0b21ff051b
commit 0f4c2310b8
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
19 changed files with 24 additions and 1 deletions

View file

@ -1,19 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "vmpooler.fullname" . }}-manager
labels:
{{- include "vmpooler.labels" . | nindent 4 }}
annotations:
prometheus.io/scrape: {{ .Values.service.metricsEnabled | quote }}
prometheus.io/path: '/prometheus'
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
protocol: TCP
name: http
clusterIP: None
selector:
app: {{ include "vmpooler.fullname" . }}-manager