mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
copy other specs over
I want to copy over loadBalancerIP to grab a predefined static ip
This commit is contained in:
parent
d9fe613d06
commit
576fcc9a32
1 changed files with 2 additions and 0 deletions
|
@ -13,10 +13,12 @@ metadata:
|
|||
{{- with .Values.service.annotations }}{{ toYaml . | nindent 4 }}{{ end }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
{{- with .Values.service.spec }}{{ toYaml . | nindent 2 }}{{ end }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: smtp
|
||||
protocol: TCP
|
||||
name: smtp
|
||||
loadBalancerIP: 172.16.0.250
|
||||
selector:
|
||||
{{- $selectorLabels | nindent 4 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue