16 lines
306 B
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 }}
|