Commit f17de061 authored by William Tucker's avatar William Tucker
Browse files

Removed unhelpful probes from publisher pod

parent 9666a2a4
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -27,22 +27,6 @@ spec:
            - name: http
              containerPort: 8080
          env: {{ toYaml $search.extraEnv | nindent 12 }}
          readinessProbe: &probe
            httpGet:
              path: /esg-search/ws/publish
              port: 8080
              httpHeaders:
                - name: Host
                  value: "{{ .Values.hostname }}"
                - name: X-Forwarded-Host
                  value: "{{ .Values.hostname }}"
                - name: X-Forwarded-Proto
                  value: https
            initialDelaySeconds: 10
            periodSeconds: 10
          livenessProbe:
            <<: *probe
            initialDelaySeconds: 120
          {{- with $search.securityContext }}
          securityContext: {{ toYaml . | nindent 12 }}
          {{- end }}