rancher-partner-charts/charts/inaccel/fpga-operator/templates/service.yaml

16 lines
306 B
YAML

---
apiVersion: v1
kind: Service
metadata:
labels:
{{- include "labels" $ | nindent 4 }}
name: {{ $.Chart.Name }}
namespace: {{ $.Release.Namespace }}
spec:
ports:
- port: 443
publishNotReadyAddresses: true
selector:
kind: Deployment
{{- include "selectorLabels" $ | nindent 4 }}