File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 24
24
imagePullSecrets :
25
25
{{- toYaml . | nindent 8 }}
26
26
{{- end }}
27
+ {{- with .Values.hostAliases }}
28
+ hostAliases :
29
+ {{ toYaml . | nindent 8 }}
30
+ {{- end }}
27
31
serviceAccountName : {{ include "helm-chart.serviceAccountName" . }}
28
32
securityContext :
29
33
{{- toYaml .Values.podSecurityContext | nindent 8 }}
Original file line number Diff line number Diff line change 23
23
repository : postgres
24
24
pullPolicy : IfNotPresent
25
25
# Overrides the image tag whose default is the chart appVersion.
26
- tag : " 11.3 -alpine"
26
+ tag : " 13.2 -alpine"
27
27
28
28
29
29
storage :
@@ -57,6 +57,14 @@ securityContext: {}
57
57
# runAsNonRoot: true
58
58
# runAsUser: 1000
59
59
60
+ hostAliases :
61
+ - ip : " 127.0.0.1"
62
+ hostnames :
63
+ - " server"
64
+ - " paws-compose-db"
65
+ - " client"
66
+
67
+
60
68
service :
61
69
type : NodePort # ClusterIP
62
70
port : 80
You can’t perform that action at this time.
0 commit comments