2023-02-07 20:34:08 +00:00
|
|
|
{{- if .Values.kubecostAdmissionController -}}
|
|
|
|
{{- if .Values.kubecostAdmissionController.enabled -}}
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
name: webhook-server
|
2023-03-10 23:07:57 +00:00
|
|
|
namespace: {{.Release.Namespace}}
|
2023-02-07 20:34:08 +00:00
|
|
|
spec:
|
|
|
|
selector:
|
|
|
|
{{ include "cost-analyzer.selectorLabels" . | nindent 4 }}
|
|
|
|
ports:
|
|
|
|
- port: 443
|
|
|
|
targetPort: 8443
|
|
|
|
{{- end -}}
|
|
|
|
{{- end -}}
|