constellation/cli/internal/helm/charts/edgeless/kms/templates/service.yaml
Otto Bittner 62168bbf98 AB#2490: Add KMS helm chart
* Also run helm-lint in CI now
2022-10-18 13:33:37 +02:00

17 lines
280 B
YAML

apiVersion: v1
kind: Service
metadata:
name: kms
namespace: {{ .Values.namespace }}
spec:
ports:
- name: grpc
port: {{ .Values.kmsPort }}
protocol: TCP
targetPort: {{ .Values.kmsPort }}
selector:
k8s-app: kms
type: ClusterIP
status:
loadBalancer: {}