working opal
This commit is contained in:
@ -28,8 +28,19 @@ spec:
|
||||
- name: {{ .name }}
|
||||
image: "{{ .image.repository }}/{{ .image.name }}:{{ .image.tag }}"
|
||||
imagePullPolicy: {{ .image.pullPolicy }}
|
||||
env:
|
||||
- name: PASSWORD
|
||||
value: "{{ .adminPassword }}"
|
||||
ports:
|
||||
- containerPort: {{ .service.port }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: {{ .service.port }}
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 5
|
||||
failureThreshold: 25
|
||||
successThreshold: 1
|
||||
{{- end }}
|
||||
|
||||
|
||||
|
@ -8,10 +8,6 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
type: {{ .Values.rstudio.service.type }}
|
||||
loadBalancerSourceRanges:
|
||||
{{- range $index, $rule := .Values.rstudio.service.firewall }}
|
||||
- {{ $rule }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: {{ .Values.rstudio.service.name }}
|
||||
port: {{ .Values.rstudio.service.port }}
|
||||
|
Reference in New Issue
Block a user