Skip to content
Snippets Groups Projects
Commit 7ffd3cc1 authored by Tancho Mihov's avatar Tancho Mihov
Browse files

Init

parent d7c71cae
No related branches found
No related tags found
No related merge requests found
apiVersion: v1
appVersion: 0.0.1
appVersion: 0.0.2
description: cache deployment
name: cache
version: 0.0.1
version: 0.0.2
icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
......@@ -72,7 +72,7 @@ spec:
containerPort: {{ .Values.cache.http.port }}
readinessProbe:
httpGet:
path: /v1/health
path: /readiness
port: {{ .Values.cache.http.port }}
initialDelaySeconds: 5
periodSeconds: 5
......
......@@ -9,8 +9,7 @@ spec:
clusterIP: None
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: {{ .Values.cache.http.port }}
targetPort: {{ .Values.service.port }}
port: {{ .Values.cache.http.port }}
selector:
{{- include "app.selectorLabels" . | nindent 4 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment